<?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 multiple proc freqs to text file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Output-multiple-proc-freqs-to-text-file/m-p/213498#M52653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you include all your variables in a single proc freq?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; background-color: #ffffff; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;proc freq data = tempData ;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table _all_ /nocol norow nopercent missing;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;run ;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 16:28:00 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-03-31T16:28:00Z</dc:date>
    <item>
      <title>Output multiple proc freqs to text file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-multiple-proc-freqs-to-text-file/m-p/213497#M52652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a report based off of the freq of multiple variables.&amp;nbsp; This is how I'm currently doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14278183339497754" jivemacro_uid="_14278183339497754"&gt;
&lt;P&gt;filename rptTemp "c:\temp\temp.txt" ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;proc printto print=rptTemp new ;&lt;/P&gt;
&lt;P&gt;run ;&lt;/P&gt;
&lt;P&gt;title 'Frequency var1 from tempData' ;&lt;/P&gt;
&lt;P&gt;proc freq data = tempData ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table var1 /nocol norow nopercent missing;&lt;/P&gt;
&lt;P&gt;run ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;title 'Frequency var2 from tempData' ;&lt;/P&gt;
&lt;P&gt;proc freq data = tempData ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table var2 /nocol norow nopercent missing;&lt;/P&gt;
&lt;P&gt;run ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;title 'Frequency var3 from tempData' ;&lt;/P&gt;
&lt;P&gt;proc freq data = tempData ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table var3 /nocol norow nopercent missing;&lt;/P&gt;
&lt;P&gt;run ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;title;&lt;/P&gt;
&lt;P&gt;proc printto;&lt;/P&gt;
&lt;P&gt;run ;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is there a better way to do this?&lt;/P&gt;&lt;P&gt;2. How can I add a blank row after each proc freq?&lt;/P&gt;&lt;P&gt;3. There are about 10 variables I need to do this for to see exactly what is contained in the dat&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-multiple-proc-freqs-to-text-file/m-p/213497#M52652</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-03-31T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Output multiple proc freqs to text file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-multiple-proc-freqs-to-text-file/m-p/213498#M52653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you include all your variables in a single proc freq?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; background-color: #ffffff; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;proc freq data = tempData ;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table _all_ /nocol norow nopercent missing;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;run ;&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:28:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-multiple-proc-freqs-to-text-file/m-p/213498#M52653</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-03-31T16:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Output multiple proc freqs to text file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-multiple-proc-freqs-to-text-file/m-p/213499#M52654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I always miss the obvious.&amp;nbsp; Sorry for wasting your time.&amp;nbsp; I was looking at it a bit differently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:40:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-multiple-proc-freqs-to-text-file/m-p/213499#M52654</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-03-31T16:40:16Z</dc:date>
    </item>
  </channel>
</rss>

