<?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: Output window full in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Output-window-full/m-p/17723#M2585</link>
    <description>Do you try to use ' options nonotes ; ' statement which can suppress the notes about proc .&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
    <pubDate>Mon, 28 Feb 2011 03:16:03 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2011-02-28T03:16:03Z</dc:date>
    <item>
      <title>Output window full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Output-window-full/m-p/17722#M2584</link>
      <description>When I run the following code,i get Output full window message.&lt;BR /&gt;
When I run the same for reg, i dont get that message.&lt;BR /&gt;
PROC UNIVARIATE DATA=wh.Clsindx46_v4 PCTLDEF=3;&lt;BR /&gt;
VAR ytds;&lt;BR /&gt;
OUTPUT OUT=UNIOUT&lt;BR /&gt;
PCTLPTS=0 10 20 30 40 50 60 70 80 90 100&lt;BR /&gt;
PCTLPRE=PCTL;&lt;BR /&gt;
by outlet;&lt;BR /&gt;
*by reg;&lt;BR /&gt;
RUN;</description>
      <pubDate>Fri, 25 Feb 2011 19:13:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Output-window-full/m-p/17722#M2584</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2011-02-25T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Output window full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Output-window-full/m-p/17723#M2585</link>
      <description>Do you try to use ' options nonotes ; ' statement which can suppress the notes about proc .&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Mon, 28 Feb 2011 03:16:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Output-window-full/m-p/17723#M2585</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-02-28T03:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Output window full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Output-window-full/m-p/17724#M2586</link>
      <description>run in batch</description>
      <pubDate>Wed, 02 Mar 2011 18:05:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Output-window-full/m-p/17724#M2586</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-03-02T18:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Output window full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Output-window-full/m-p/17725#M2587</link>
      <description>I assume that there are more levels to outlet than reg, so the volume of output is higher.  If you are running SAS interactively, it tries to store all of the log and output in memory and that is why you are getting the message.  Dropping the notes saves some space.  For a more robust solution, you can either&lt;BR /&gt;
-- run in batch, as previously mentioned.&lt;BR /&gt;
-- Use PROC PRINTTO to redirect the output to a file.&lt;BR /&gt;
&lt;BR /&gt;
These are both limited by available disk space.</description>
      <pubDate>Wed, 02 Mar 2011 19:10:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Output-window-full/m-p/17725#M2587</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-03-02T19:10:41Z</dc:date>
    </item>
  </channel>
</rss>

