<?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: running sas in batch in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/running-sas-in-batch/m-p/165714#M42961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;before the program will turn off the listing destination. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also redirect it to a file using proc printto. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2014 19:38:35 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-08-18T19:38:35Z</dc:date>
    <item>
      <title>running sas in batch</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/running-sas-in-batch/m-p/165713#M42960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am running a large database on sas in batch. SAS generates two files:&amp;nbsp; .LOG file is the log for the program that has been executed and&amp;nbsp; .LST file is the output file for the program that has been executed.&lt;/P&gt;&lt;P&gt;the .LST file is too big. How can I do to do not generate it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 18:37:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/running-sas-in-batch/m-p/165713#M42960</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2014-08-18T18:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: running sas in batch</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/running-sas-in-batch/m-p/165714#M42961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;before the program will turn off the listing destination. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also redirect it to a file using proc printto. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 19:38:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/running-sas-in-batch/m-p/165714#M42961</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-18T19:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: running sas in batch</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/running-sas-in-batch/m-p/165715#M42962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There must be steps in your SAS program that are producing the .LST file. such as PROC PRINT, PROC REPORT, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first option is to remove these steps from your program. The advantage of this approach is that your program will run quicker without them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second option is to add an: ODS LISTING CLOSE; statement at the start of your program so that NO steps producing output will be written to your .LST file. The advantage of this approach is only a minor change is necessary. Also if you want output from just some of your program steps you can use ODS LISTING; to turn on listing just for those. This option should also speed up your program but not as much as the first option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 19:44:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/running-sas-in-batch/m-p/165715#M42962</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-08-18T19:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: running sas in batch</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/running-sas-in-batch/m-p/165716#M42963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want the programs untouched (test /validate) reasons you can dump the output in a Nullfile.&lt;BR /&gt;Each OS his a differnet approach for that. The disadvantage is that the reports processing is still done. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:22:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/running-sas-in-batch/m-p/165716#M42963</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-18T20:22:30Z</dc:date>
    </item>
  </channel>
</rss>

