<?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 to pass input of proc freq into proc report? in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-pass-input-of-proc-freq-into-proc-report/m-p/526451#M6819</link>
    <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaiganesh&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 18:43:23 GMT</pubDate>
    <dc:creator>jaiganesh</dc:creator>
    <dc:date>2019-01-11T18:43:23Z</dc:date>
    <item>
      <title>How to pass input of proc freq into proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-pass-input-of-proc-freq-into-proc-report/m-p/526212#M6817</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody please clarify How to pass input of proc freq into proc report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaiganesh&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 21:42:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-pass-input-of-proc-freq-into-proc-report/m-p/526212#M6817</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-10T21:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass input of proc freq into proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-pass-input-of-proc-freq-into-proc-report/m-p/526219#M6818</link>
      <description>&lt;P&gt;The input of PROC FREQ would be a data set and that data set can be used in the same manner in PROC REPORT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=sashelp.class;
table sex age;
run;

proc report data=sashelp.class;
.....


run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you're referring to the output of PROC FREQ:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc freq data=sashelp.class noprint;
table sex*age / out=&lt;FONT color="#800080"&gt;&lt;STRONG&gt;crossTab;&lt;/STRONG&gt;&lt;/FONT&gt;
run;

proc report data=&lt;FONT color="#800080"&gt;&lt;STRONG&gt;crossTab&lt;/STRONG&gt;&lt;/FONT&gt;;
....



run;&lt;/PRE&gt;
&lt;P&gt;Otherwise you need to provide more details.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240933"&gt;@jaiganesh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anybody please clarify How to pass input of proc freq into proc report?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jaiganesh&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 21:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-pass-input-of-proc-freq-into-proc-report/m-p/526219#M6818</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-10T21:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass input of proc freq into proc report?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-pass-input-of-proc-freq-into-proc-report/m-p/526451#M6819</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaiganesh&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 18:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-pass-input-of-proc-freq-into-proc-report/m-p/526451#M6819</guid>
      <dc:creator>jaiganesh</dc:creator>
      <dc:date>2019-01-11T18:43:23Z</dc:date>
    </item>
  </channel>
</rss>

