<?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: Save log output data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Save-log-output-data/m-p/846623#M334675</link>
    <description>&lt;P&gt;That worked, thank you PaigeMiller!&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2022 15:17:42 GMT</pubDate>
    <dc:creator>jamal01</dc:creator>
    <dc:date>2022-11-28T15:17:42Z</dc:date>
    <item>
      <title>Save log output data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Save-log-output-data/m-p/846614#M334672</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a large dataset that I am performing calculations with, and printing pdf results.&lt;/P&gt;&lt;P&gt;The main problem I am facing is trying to save the log output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched through all my output files, but couldn't find a copy of the log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to save output data that is only displayed in the log?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference, I am using proc optmodel for this table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 15:47:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Save-log-output-data/m-p/846614#M334672</guid>
      <dc:creator>jamal01</dc:creator>
      <dc:date>2022-11-28T15:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Save log output data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Save-log-output-data/m-p/846615#M334673</link>
      <description>&lt;P&gt;This output should not be going to the log, but if it is in the log you can always save it using File-&amp;gt;Save As.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better, set the ODS destination to someplace you want such as text file, HTML file, Excel file, PDF file.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Example to create a text file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing file="G:\foldername\filename.txt";
proc something;
    /* More commands */
run;
ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Nov 2022 14:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Save-log-output-data/m-p/846615#M334673</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-28T14:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Save log output data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Save-log-output-data/m-p/846623#M334675</link>
      <description>&lt;P&gt;That worked, thank you PaigeMiller!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 15:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Save-log-output-data/m-p/846623#M334675</guid>
      <dc:creator>jamal01</dc:creator>
      <dc:date>2022-11-28T15:17:42Z</dc:date>
    </item>
  </channel>
</rss>

