<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SAS ODS PDF ADVACE=BYGROUP Not Working in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-ADVACE-BYGROUP-Not-Working/m-p/630124#M23827</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code below works for page 1, but once it continues onto the subsequent pages it reverts to one figure per page. What am I doing wrong? I have 18 figures and I want 3 pages of 6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS 9.4, Enterprise Guide 8.2, on Linux server&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods html close;&lt;BR /&gt;goptions reset=all;&lt;BR /&gt;options nodate nonumber orientation=landscape nobyline&lt;BR /&gt;topmargin=0.25in bottommargin=0.25in rightmargin=0.25in&lt;BR /&gt;leftmargin=0.25in;&lt;/P&gt;&lt;P&gt;ods pdf file='/Comorb Burden.pdf';&lt;BR /&gt;ods graphics/noborder;&lt;/P&gt;&lt;P&gt;ods layout gridded columns=3 column_widths=(3in 3in 3in) rows=2 row_heights=(3in 3in) advance=bygroup;&lt;/P&gt;&lt;P&gt;proc sgpanel data=zcdi.allsid_cdi_output2;&lt;BR /&gt;*title '#byval1';&lt;BR /&gt;by bygroup;&lt;BR /&gt;where pay1 in(1:4);&lt;BR /&gt;panelby pay1 /columns=1 rows=4;&lt;BR /&gt;vbar agegrp / response=prop_100k stat=sum datalabel;&lt;BR /&gt;rowaxis label='Proportion per 100k';&lt;BR /&gt;format prop_100k 8.0 pay1 _pay.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2020 16:03:06 GMT</pubDate>
    <dc:creator>kelmatt</dc:creator>
    <dc:date>2020-03-06T16:03:06Z</dc:date>
    <item>
      <title>SAS ODS PDF ADVACE=BYGROUP Not Working</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-ADVACE-BYGROUP-Not-Working/m-p/630124#M23827</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code below works for page 1, but once it continues onto the subsequent pages it reverts to one figure per page. What am I doing wrong? I have 18 figures and I want 3 pages of 6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS 9.4, Enterprise Guide 8.2, on Linux server&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods html close;&lt;BR /&gt;goptions reset=all;&lt;BR /&gt;options nodate nonumber orientation=landscape nobyline&lt;BR /&gt;topmargin=0.25in bottommargin=0.25in rightmargin=0.25in&lt;BR /&gt;leftmargin=0.25in;&lt;/P&gt;&lt;P&gt;ods pdf file='/Comorb Burden.pdf';&lt;BR /&gt;ods graphics/noborder;&lt;/P&gt;&lt;P&gt;ods layout gridded columns=3 column_widths=(3in 3in 3in) rows=2 row_heights=(3in 3in) advance=bygroup;&lt;/P&gt;&lt;P&gt;proc sgpanel data=zcdi.allsid_cdi_output2;&lt;BR /&gt;*title '#byval1';&lt;BR /&gt;by bygroup;&lt;BR /&gt;where pay1 in(1:4);&lt;BR /&gt;panelby pay1 /columns=1 rows=4;&lt;BR /&gt;vbar agegrp / response=prop_100k stat=sum datalabel;&lt;BR /&gt;rowaxis label='Proportion per 100k';&lt;BR /&gt;format prop_100k 8.0 pay1 _pay.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 16:03:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-ADVACE-BYGROUP-Not-Working/m-p/630124#M23827</guid>
      <dc:creator>kelmatt</dc:creator>
      <dc:date>2020-03-06T16:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS PDF ADVACE=BYGROUP Not Working</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-ADVACE-BYGROUP-Not-Working/m-p/630143#M23828</link>
      <description>Hi:&lt;BR /&gt;  Without data and knowing exactly which "maintenance level of SAS" 9.4M5, 9.4M6? nobody can run your code.&lt;BR /&gt;  Since ADVANCE=BYGROUP is an option of ODS LAYOUT, you might want to work with Tech Support on this issue. They can look at your exact data and try the code in the same version of SAS and EG.&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 06 Mar 2020 16:38:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-PDF-ADVACE-BYGROUP-Not-Working/m-p/630143#M23828</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-03-06T16:38:45Z</dc:date>
    </item>
  </channel>
</rss>

