<?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: How can I output the crosslist results from proc freq to a dataset? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914630#M360414</link>
    <description>thanks!!</description>
    <pubDate>Tue, 06 Feb 2024 04:51:46 GMT</pubDate>
    <dc:creator>zachi_dv</dc:creator>
    <dc:date>2024-02-06T04:51:46Z</dc:date>
    <item>
      <title>How can I output the crosslist results from proc freq to a dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914543#M360384</link>
      <description>&lt;P&gt;Is it possible to output the crosslist data from PROC FREQ to a dataset? The OUT option in the TABLE statement only outputs the frequencies and percentages.&lt;/P&gt;&lt;P&gt;My goal is to generate a dataset containing a list of Standard Residuals (stdres)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 17:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914543#M360384</guid>
      <dc:creator>zachi_dv</dc:creator>
      <dc:date>2024-02-05T17:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I output the crosslist results from proc freq to a dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914548#M360385</link>
      <description>&lt;P&gt;Huh?&amp;nbsp; How did you get PROC FREQ to generate that statistic?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it can generate the statistic then turn on ODS TRACE before running it an see which output table contains the information. Then just add an ODS OUTPUT statement to tell ODS to save that result into a dataset when you run the PROC FREQ.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 18:06:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914548#M360385</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-02-05T18:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I output the crosslist results from proc freq to a dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914556#M360387</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output crosslist=crosslist_table;
proc freq data= ... ;
/* Other PROC FREQ statements */
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Feb 2024 18:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914556#M360387</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-02-05T18:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I output the crosslist results from proc freq to a dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914629#M360413</link>
      <description>&lt;P&gt;yes, that works. I'm not much familiar with ODS so I didn't think of it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc FREQ can produce Standard Residuals by adding CROSSLIST and STDRES in the Table options.&lt;/P&gt;&lt;P&gt;i.e.&amp;nbsp; table type * prov / chisq cellchi2 expected CROSSLIST stdres out=std_red crosslist ;&lt;BR /&gt;weight count_number;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 04:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914629#M360413</guid>
      <dc:creator>zachi_dv</dc:creator>
      <dc:date>2024-02-06T04:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I output the crosslist results from proc freq to a dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914630#M360414</link>
      <description>thanks!!</description>
      <pubDate>Tue, 06 Feb 2024 04:51:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-I-output-the-crosslist-results-from-proc-freq-to-a/m-p/914630#M360414</guid>
      <dc:creator>zachi_dv</dc:creator>
      <dc:date>2024-02-06T04:51:46Z</dc:date>
    </item>
  </channel>
</rss>

