<?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 temporary save outputs for further use? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-temporary-save-outputs-for-further-use/m-p/523556#M142248</link>
    <description>&lt;P&gt;Dear members,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should create a report with Page numbers in footnote and the outputs are created by macros, the steps are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODS RTF FILE..;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%DESCRIPTIVE_STAT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%KMPLOT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODS RTF CLOSE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is I am getting the outputs generated by the procedures like PROC MEANS, PROC LIFETEST in the report, however, I don't want to print them into the final report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any procedure or process which allows me to save temporary the wanted outputs from PROC REPORT and PROC SGRENDER then I re-use them for final report creation, so the steps will like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%DESCRIPTIVE_STAT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%KMPLOT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;ODS RTF FILE.....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NEW STEPS TO RELOAD THE WANTED OUTPUTS;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODS RTF CLOSE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI: I cannot use the NOPRINT option as I am using ODS for example 'ODS OUTPUT ProductLimitEstimates' from PROC LIFETEST.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Wed, 26 Dec 2018 16:44:08 GMT</pubDate>
    <dc:creator>ellouho1</dc:creator>
    <dc:date>2018-12-26T16:44:08Z</dc:date>
    <item>
      <title>How to temporary save outputs for further use?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-temporary-save-outputs-for-further-use/m-p/523556#M142248</link>
      <description>&lt;P&gt;Dear members,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should create a report with Page numbers in footnote and the outputs are created by macros, the steps are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODS RTF FILE..;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%DESCRIPTIVE_STAT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%KMPLOT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODS RTF CLOSE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is I am getting the outputs generated by the procedures like PROC MEANS, PROC LIFETEST in the report, however, I don't want to print them into the final report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any procedure or process which allows me to save temporary the wanted outputs from PROC REPORT and PROC SGRENDER then I re-use them for final report creation, so the steps will like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%DESCRIPTIVE_STAT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%KMPLOT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;ODS RTF FILE.....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NEW STEPS TO RELOAD THE WANTED OUTPUTS;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODS RTF CLOSE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI: I cannot use the NOPRINT option as I am using ODS for example 'ODS OUTPUT ProductLimitEstimates' from PROC LIFETEST.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 16:44:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-temporary-save-outputs-for-further-use/m-p/523556#M142248</guid>
      <dc:creator>ellouho1</dc:creator>
      <dc:date>2018-12-26T16:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to temporary save outputs for further use?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-temporary-save-outputs-for-further-use/m-p/523564#M142252</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf select none;
proc means data= ...;

run;
ods rtf select all;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Dec 2018 17:49:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-temporary-save-outputs-for-further-use/m-p/523564#M142252</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-12-26T17:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to temporary save outputs for further use?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-temporary-save-outputs-for-further-use/m-p/523619#M142270</link>
      <description>&lt;P&gt;ods document has some fancy functions to remove unwanted content and re-arrange the the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately i don't have any code to share.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 09:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-temporary-save-outputs-for-further-use/m-p/523619#M142270</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-12-27T09:03:23Z</dc:date>
    </item>
  </channel>
</rss>

