<?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 how to iteratively generate seperate pdf file for each model in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-iteratively-generate-seperate-pdf-file-for-each-model/m-p/402873#M97866</link>
    <description>&lt;PRE&gt;data cars;
input make msrp stock;
cards;
bmw 66000 55
benz 77000 66
audi 55000 50
kia 40000 55
;
run;&lt;/PRE&gt;&lt;P&gt;I need separate pdf report for each make like below&lt;/P&gt;&lt;PRE&gt;Make    msrp    stock
benz     77000  66&lt;/PRE&gt;&lt;P&gt;Note: The end of observations&amp;nbsp; is dynamic as it varies regularly&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2017 17:37:44 GMT</pubDate>
    <dc:creator>krisraa</dc:creator>
    <dc:date>2017-10-10T17:37:44Z</dc:date>
    <item>
      <title>how to iteratively generate seperate pdf file for each model</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-iteratively-generate-seperate-pdf-file-for-each-model/m-p/402873#M97866</link>
      <description>&lt;PRE&gt;data cars;
input make msrp stock;
cards;
bmw 66000 55
benz 77000 66
audi 55000 50
kia 40000 55
;
run;&lt;/PRE&gt;&lt;P&gt;I need separate pdf report for each make like below&lt;/P&gt;&lt;PRE&gt;Make    msrp    stock
benz     77000  66&lt;/PRE&gt;&lt;P&gt;Note: The end of observations&amp;nbsp; is dynamic as it varies regularly&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 17:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-iteratively-generate-seperate-pdf-file-for-each-model/m-p/402873#M97866</guid>
      <dc:creator>krisraa</dc:creator>
      <dc:date>2017-10-10T17:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to iteratively generate seperate pdf file for each model</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-iteratively-generate-seperate-pdf-file-for-each-model/m-p/402877#M97867</link>
      <description>&lt;P&gt;Use the NEWFILE option on the ODS PDF statement. Note that you cannot control the names of the output.&lt;/P&gt;
&lt;P&gt;If you need to control the name, then you should use a macro.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 17:43:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-iteratively-generate-seperate-pdf-file-for-each-model/m-p/402877#M97867</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-10T17:43:24Z</dc:date>
    </item>
  </channel>
</rss>

