<?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 Re: Forcing 2 graphs per page with SGPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356429#M12381</link>
    <description>&lt;P&gt;I can't post the actual code.&amp;nbsp; SAS is on another computer that is separate from the internet and doesn't allow copy and paste out of it.&amp;nbsp; So screenshots is the best i can do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS 9.4 32bit&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2017 15:00:59 GMT</pubDate>
    <dc:creator>MeganE</dc:creator>
    <dc:date>2017-05-05T15:00:59Z</dc:date>
    <item>
      <title>Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356393#M12374</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have SGPLOT code working and it outputs 40+ graphs (this is dependent on the input and can change from run to run) to a pdf.&amp;nbsp; I'm trying to force 2 graphs on one page as a space saver.&amp;nbsp; I've tried startpage=no or startpage=never, and any of those end up reducing everything to one page and i only end up with 1 page and 1 graph instead of 40 pages and 40 graphs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code: (EDITED to note that i do not have the abilty to post the actual code as it's on an enclave computer, with no internet access and no copy rights out of it into another machine).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8732i967077530173DE6E/image-size/original?v=1.0&amp;amp;px=-1" alt="sgplot.png" title="sgplot.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Megan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 15:03:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356393#M12374</guid>
      <dc:creator>MeganE</dc:creator>
      <dc:date>2017-05-05T15:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356398#M12375</link>
      <description>&lt;P&gt;Look at adjusting your PAGESIZE option for output with the OPTIONS statement &lt;STRONG&gt;and&lt;/STRONG&gt; using ODS Graphics options to set the height and width of your graph output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS Graphics/ height =4in width=7in;&lt;/P&gt;
&lt;P&gt;would set the graph size to 4 by 7 inches.&lt;/P&gt;
&lt;P&gt;If your pagesize is at least 8.5in by 8in two should fit. There will be some space between the graphs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say that you have created one page with one graph where you expect more then you seem to have something else going one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also you show a %do loop but no %end statement so you may be having issues with your macro in general that would be very hard to diagnose without data and full code.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 14:18:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356398#M12375</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-05T14:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356401#M12377</link>
      <description>&lt;P&gt;Sorry, there is an actual %end.&amp;nbsp; I have an if/then based on something else and pulled the other one out to simplify the picture for the post.&amp;nbsp; I've updated the picture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i do startpage=no or startpage=never, that's when it goes from 1 graph per page and 40+ pages to just 1 graph and 1 page.&amp;nbsp; When remove startpage, then it goes back to normal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I added the ods graphics height and width and it made the graphs smaller, and visually there is plenty of page left for a second graph per page, but there's still only one graph per page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDITED to add screenshot of graph output.&amp;nbsp; As you can see, there's PLENTY of room for 2 on each page:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8733iA34E324C2EA89A32/image-size/original?v=1.0&amp;amp;px=-1" alt="sgplot2.png" title="sgplot2.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 14:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356401#M12377</guid>
      <dc:creator>MeganE</dc:creator>
      <dc:date>2017-05-05T14:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356418#M12378</link>
      <description>&lt;P&gt;Please show the actual code with the ods options.&lt;/P&gt;
&lt;P&gt;Did you have a working program without macros that would place two graphs as needed?&lt;/P&gt;
&lt;P&gt;From online documentation for ODS PDF&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="strong"&gt;STARTPAGE=NEVER | NO | NOW | YES&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;controls page breaks.&lt;/P&gt;
&lt;TABLE class="largeSpace" cellspacing="0" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR align="left" valign="top"&gt;
&lt;TD&gt;NEVER&lt;/TD&gt;
&lt;TD align="left"&gt;
&lt;P&gt;specifies not to insert page breaks, even before graphics procedures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DL&gt;
&lt;DT&gt;&lt;SPAN class="caution"&gt;CAUTION:&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;&lt;SPAN class="strong"&gt;Each graph normally requires an entire page. The default behavior forces a new page after a graphics procedure. STARTPAGE=NEVER turns off that behavior, so specifying &lt;FONT color="#ff0000"&gt;STARTPAGE= NEVER might cause graphics to overprint&lt;/FONT&gt;.&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/DD&gt;
&lt;/DL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR align="left" valign="top"&gt;
&lt;TD&gt;NO&lt;/TD&gt;
&lt;TD align="left"&gt;
&lt;P&gt;specifies that no new pages be inserted at the beginning of each procedure, or within certain procedures, even if new pages are requested by the procedure code. A new page will begin only when a page is filled or when you specify STARTPAGE=NOW.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DL&gt;
&lt;DT&gt;&lt;SPAN class="caution"&gt;CAUTION:&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;&lt;SPAN class="strong"&gt;Each graph normally requires an entire page. The default behavior forces a new page after a graphics procedure, even if you use STARTPAGE=NO. STARTPAGE=NEVER turns off that behavior, so specifying STARTPAGE= NEVER might cause graphics to overprint.&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/DD&gt;
&lt;/DL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 05 May 2017 14:51:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356418#M12378</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-05T14:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356421#M12379</link>
      <description>&lt;P&gt;I did post the code.&amp;nbsp; What's there is my testing code.&amp;nbsp; And no, i don't have a version without the macros written.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 14:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356421#M12379</guid>
      <dc:creator>MeganE</dc:creator>
      <dc:date>2017-05-05T14:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356423#M12380</link>
      <description>&lt;P&gt;FYI - Code as a picture and that we can't run isn't very helpful. Ideally you'd use a SASHELP dataset and we could replicate your issue. At minimum I'm not likely to type out your code to test it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given what you've shown, startpage should work, but I don't see that listed anywhere in the code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Can you show the code when you have that option on? And what version of SAS are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 14:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356423#M12380</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-05T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356429#M12381</link>
      <description>&lt;P&gt;I can't post the actual code.&amp;nbsp; SAS is on another computer that is separate from the internet and doesn't allow copy and paste out of it.&amp;nbsp; So screenshots is the best i can do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS 9.4 32bit&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 15:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356429#M12381</guid>
      <dc:creator>MeganE</dc:creator>
      <dc:date>2017-05-05T15:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356433#M12382</link>
      <description>&lt;P&gt;I'd probably do something like the following, but this is untested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%if %sysfunc(mod(&amp;amp;i, 2)) = 0 %then %do;
ods pdf options(startpage='now');
%end;
%else ods pdf options(startpage='never');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 15:04:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356433#M12382</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-05T15:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356440#M12383</link>
      <description>&lt;P&gt;I wasn't sure where to put it, but seeing the &amp;amp;i, i put it inside the macro, but SAS didn't like that.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8734i03A930B85504D161/image-size/original?v=1.0&amp;amp;px=-1" alt="sgplot3.png" title="sgplot3.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8735iB7141884CDAB7DBD/image-size/original?v=1.0&amp;amp;px=-1" alt="sgplot3error.png" title="sgplot3error.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 15:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356440#M12383</guid>
      <dc:creator>MeganE</dc:creator>
      <dc:date>2017-05-05T15:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356443#M12384</link>
      <description>&lt;P&gt;You forgot the ODS (or I did in my test code).&lt;/P&gt;
&lt;P&gt;Either way, add the ODS to the ELSE statement and try that.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 15:42:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356443#M12384</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-05T15:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356459#M12391</link>
      <description>&lt;P&gt;Looks like i did.&amp;nbsp; For some reason it recognizes the first one but not the second one.&amp;nbsp; I don't see any different in the ods pdf line, do you??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8737i6275D539CF5107EC/image-size/original?v=1.0&amp;amp;px=-1" alt="sgplot4.png" title="sgplot4.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 15:57:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356459#M12391</guid>
      <dc:creator>MeganE</dc:creator>
      <dc:date>2017-05-05T15:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356465#M12393</link>
      <description>&lt;P&gt;options() is not for PDF&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods pdf startpage='now';&lt;/P&gt;
&lt;P&gt;ods pdf startpage='never';&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 16:24:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356465#M12393</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-05T16:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356470#M12394</link>
      <description>&lt;P&gt;Same thing.&amp;nbsp; Recognizes the first line, not the second.&amp;nbsp; Gotta love the error with 'never' because it's looking for never.&amp;nbsp; ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed the quotes around now and never just in case and then it had a problem with the proc sgplot line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8740i45FF8568AF658C53/image-size/original?v=1.0&amp;amp;px=-1" alt="sgplot4.png" title="sgplot4.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 16:31:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356470#M12394</guid>
      <dc:creator>MeganE</dc:creator>
      <dc:date>2017-05-05T16:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356484#M12397</link>
      <description>&lt;P&gt;Try changing the %else to %else %do; ods PDF ... etc; %end;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can mock up a simple example on your desktop that we can run, using SASHELP.CARS or Heart then I can test it on my side. Unfortunately I don't have time to do this today.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 17:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356484#M12397</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-05T17:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356488#M12398</link>
      <description>&lt;P&gt;Well it works with 4 graphs right in a row, so maybe it has something to do with the do loop in my real code?&amp;nbsp; Because when i do startpage='never' on my code, it overwrites each one each time and i end up with only 1 page and 1 graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8741i37A27B8F38F48A58/image-size/original?v=1.0&amp;amp;px=-1" alt="sgplot4.png" title="sgplot4.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 17:21:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356488#M12398</guid>
      <dc:creator>MeganE</dc:creator>
      <dc:date>2017-05-05T17:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356496#M12399</link>
      <description>&lt;P&gt;This is a really small change - remove the %runquit from your code and use a standard RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think SGPLOT needs a quit but I'm not sure.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 17:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356496#M12399</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-05T17:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing 2 graphs per page with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356497#M12400</link>
      <description>&lt;P&gt;Ok, not a solution, but for some reason the startpage='never' is ACTUALLY working now!!&amp;nbsp; No clue why!!&amp;nbsp; Don't know what i did!!&amp;nbsp; I closed SAS and restarted incase there was a leftover option or something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This time, having it on the pdf file= line, is working, instead of it doing just 1 graph and 1 page, which is really annoying since i watched it do that half a dozen times before!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 17:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Forcing-2-graphs-per-page-with-SGPLOT/m-p/356497#M12400</guid>
      <dc:creator>MeganE</dc:creator>
      <dc:date>2017-05-05T17:38:33Z</dc:date>
    </item>
  </channel>
</rss>

