<?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 Removing display of the whole data set from output file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Removing-display-of-the-whole-data-set-from-output-file/m-p/86892#M18564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very trivial problem again. After creating a data set from a library input I perform a frequency procedure. In the SAS Output file, the frequency tables are shown after the data set has been completely listed. Is there any possible to omit the release of the complete dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data multimorbid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set libraryxy.file;&lt;/P&gt;&lt;P&gt;/*** manipulation of the data ***/&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc frecquency;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tables VAR;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Dennis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Mar 2013 17:26:21 GMT</pubDate>
    <dc:creator>dennisl</dc:creator>
    <dc:date>2013-03-24T17:26:21Z</dc:date>
    <item>
      <title>Removing display of the whole data set from output file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-display-of-the-whole-data-set-from-output-file/m-p/86892#M18564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very trivial problem again. After creating a data set from a library input I perform a frequency procedure. In the SAS Output file, the frequency tables are shown after the data set has been completely listed. Is there any possible to omit the release of the complete dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data multimorbid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set libraryxy.file;&lt;/P&gt;&lt;P&gt;/*** manipulation of the data ***/&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc frecquency;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tables VAR;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Dennis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Mar 2013 17:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-display-of-the-whole-data-set-from-output-file/m-p/86892#M18564</guid>
      <dc:creator>dennisl</dc:creator>
      <dc:date>2013-03-24T17:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Removing display of the whole data set from output file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-display-of-the-whole-data-set-from-output-file/m-p/86893#M18565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It must be something you do in the /*** manipulation of the data ***/ part because a datastep doesn't generate a listing, unless you ask for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Mar 2013 18:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-display-of-the-whole-data-set-from-output-file/m-p/86893#M18565</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-03-24T18:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Removing display of the whole data set from output file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-display-of-the-whole-data-set-from-output-file/m-p/86894#M18566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to take a guess at what you want here.&amp;nbsp; Take a look at the WHERE data set option.&amp;nbsp; This option allows you to subset the data so that only the portion needed is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq data=sashelp.class(where=(name&amp;lt;'M'));&lt;/P&gt;&lt;P&gt;table sex*age;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 05:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-display-of-the-whole-data-set-from-output-file/m-p/86894#M18566</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2013-03-25T05:45:56Z</dc:date>
    </item>
  </channel>
</rss>

