<?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 ODS PDF SGPLOT MACRO in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-SGPLOT-MACRO/m-p/139677#M5281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an example data set with 5 analytes (Analyte_a through Analyte_e).&amp;nbsp; I need to create box and whisker plots and histograms&lt;/P&gt;&lt;P&gt;for each of the analytes. I would like the plots to be written to a pdf file with the box and whisker plot and histogram for one analyte per page (so the&lt;/P&gt;&lt;P&gt;finished pdf would be 5 pages total).&amp;nbsp; I have written a macro, but it is always just one page long and it contains the plots for&lt;/P&gt;&lt;P&gt;the last analyte in the data set (Analyte_e).&amp;nbsp; Also, the page contains the pots for the last analyte in the list (Analytre_e), but the title in the header&lt;/P&gt;&lt;P&gt;is the name of the second to last analyte (Analyte_d).&lt;/P&gt;&lt;P&gt;-What coding do I need to add so the pdf file has one page per analyte and includes all analytes in the data set and the titles&lt;/P&gt;&lt;P&gt;in the header are for the correct analyte?&lt;/P&gt;&lt;P&gt;-The code that I have wtitten (plots.sas) and an example of the output that I have been creating (Test.pdf) are provided.&lt;/P&gt;&lt;P&gt;I am fairly new to writing macros; help is greatly appreciated!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 20:52:18 GMT</pubDate>
    <dc:creator>fastb</dc:creator>
    <dc:date>2014-01-13T20:52:18Z</dc:date>
    <item>
      <title>ODS PDF SGPLOT MACRO</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-SGPLOT-MACRO/m-p/139677#M5281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an example data set with 5 analytes (Analyte_a through Analyte_e).&amp;nbsp; I need to create box and whisker plots and histograms&lt;/P&gt;&lt;P&gt;for each of the analytes. I would like the plots to be written to a pdf file with the box and whisker plot and histogram for one analyte per page (so the&lt;/P&gt;&lt;P&gt;finished pdf would be 5 pages total).&amp;nbsp; I have written a macro, but it is always just one page long and it contains the plots for&lt;/P&gt;&lt;P&gt;the last analyte in the data set (Analyte_e).&amp;nbsp; Also, the page contains the pots for the last analyte in the list (Analytre_e), but the title in the header&lt;/P&gt;&lt;P&gt;is the name of the second to last analyte (Analyte_d).&lt;/P&gt;&lt;P&gt;-What coding do I need to add so the pdf file has one page per analyte and includes all analytes in the data set and the titles&lt;/P&gt;&lt;P&gt;in the header are for the correct analyte?&lt;/P&gt;&lt;P&gt;-The code that I have wtitten (plots.sas) and an example of the output that I have been creating (Test.pdf) are provided.&lt;/P&gt;&lt;P&gt;I am fairly new to writing macros; help is greatly appreciated!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 20:52:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-SGPLOT-MACRO/m-p/139677#M5281</guid>
      <dc:creator>fastb</dc:creator>
      <dc:date>2014-01-13T20:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF SGPLOT MACRO</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-SGPLOT-MACRO/m-p/139678#M5282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Move your ODS PDF statement before your loop starts and the ODS Close to after the loop ends. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 21:19:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-PDF-SGPLOT-MACRO/m-p/139678#M5282</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-01-13T21:19:55Z</dc:date>
    </item>
  </channel>
</rss>

