<?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 Warning with proc FREQ and list outcum options in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Warning-with-proc-FREQ-and-list-outcum-options/m-p/898530#M83003</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data = sasHelp.class;
&amp;nbsp; &amp;nbsp; tables Sex*Age / list out = ___temp outCum;
run;
WARNING: The OUTCUM option is available only for one-way and LIST tables.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Should this warning say&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;WARNING: The OUTCUM option is available only for one-way tables.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or have I misunderstood the list option?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output dataset does not have the cumulative variables, although the ODS output does.&amp;nbsp; The same happens on colleagues' machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS 9.4 TS Level 1M6&lt;/P&gt;
&lt;P&gt;X64_10PRO platform&lt;/P&gt;
&lt;P&gt;Windows Version 1.0.19041&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2023 19:25:45 GMT</pubDate>
    <dc:creator>Kastchei</dc:creator>
    <dc:date>2023-10-13T19:25:45Z</dc:date>
    <item>
      <title>Warning with proc FREQ and list outcum options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Warning-with-proc-FREQ-and-list-outcum-options/m-p/898530#M83003</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data = sasHelp.class;
&amp;nbsp; &amp;nbsp; tables Sex*Age / list out = ___temp outCum;
run;
WARNING: The OUTCUM option is available only for one-way and LIST tables.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Should this warning say&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;WARNING: The OUTCUM option is available only for one-way tables.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or have I misunderstood the list option?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output dataset does not have the cumulative variables, although the ODS output does.&amp;nbsp; The same happens on colleagues' machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS 9.4 TS Level 1M6&lt;/P&gt;
&lt;P&gt;X64_10PRO platform&lt;/P&gt;
&lt;P&gt;Windows Version 1.0.19041&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 19:25:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Warning-with-proc-FREQ-and-list-outcum-options/m-p/898530#M83003</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2023-10-13T19:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Warning with proc FREQ and list outcum options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Warning-with-proc-FREQ-and-list-outcum-options/m-p/898534#M83004</link>
      <description>&lt;P&gt;I'm running M7, and get the message you expect:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;1    %put &amp;amp;sysvlong ;
9.04.01M7P080520
2    proc freq data = sasHelp.class;
3        tables Sex*Age / list out = ___temp outCum;
4    run;

WARNING: The OUTCUM option is available only for one-way tables.
NOTE: There were 19 observations read from the data set SASHELP.CLASS.
NOTE: The data set WORK.___TEMP has 11 observations and 4 variables
&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Oct 2023 19:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Warning-with-proc-FREQ-and-list-outcum-options/m-p/898534#M83004</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-10-13T19:32:06Z</dc:date>
    </item>
  </channel>
</rss>

