<?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 Listing files in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Listing-files/m-p/41080#M10602</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
i am running sas code on server.......when i pront the report am getting the listing files by default........so now i dont want to get these listing files(.lst)&lt;BR /&gt;
so what is the syntax for this?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
kumar</description>
    <pubDate>Thu, 04 Jun 2009 11:05:46 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-06-04T11:05:46Z</dc:date>
    <item>
      <title>Listing files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Listing-files/m-p/41080#M10602</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
i am running sas code on server.......when i pront the report am getting the listing files by default........so now i dont want to get these listing files(.lst)&lt;BR /&gt;
so what is the syntax for this?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
kumar</description>
      <pubDate>Thu, 04 Jun 2009 11:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Listing-files/m-p/41080#M10602</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-06-04T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Listing files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Listing-files/m-p/41081#M10603</link>
      <description>Where do you want to direct your SAS-generated output?  You can use PROC PRINTTO or ODS LISTING if you want to re-direct your output to an alternate file allocated with FILENAME.  &lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 04 Jun 2009 11:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Listing-files/m-p/41081#M10603</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-04T11:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Listing files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Listing-files/m-p/41082#M10604</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
actually my problem is, when am running sas code on server, listing files are generated in the server which inturn occupying large amount of space on server. so i just dont want to generate listing files itself</description>
      <pubDate>Thu, 04 Jun 2009 11:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Listing-files/m-p/41082#M10604</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-06-04T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Listing files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Listing-files/m-p/41083#M10605</link>
      <description>If you have SAS code that is generating unneeded reports but you do not want to remove the code that is generating the reports, you can use:&lt;BR /&gt;
&lt;BR /&gt;
ODS LISTING CLOSE;&lt;BR /&gt;
&lt;BR /&gt;
Your listing file will be empty.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 04 Jun 2009 12:08:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Listing-files/m-p/41083#M10605</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-04T12:08:24Z</dc:date>
    </item>
  </channel>
</rss>

