<?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 proc freq - increasing the number of characters being printed (displayed) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62624#M2939</link>
    <description>Is there a way to increase the number of characters printing (displayed) for a PRO FREQ table?&lt;BR /&gt;
&lt;BR /&gt;
It appears that the column width is defined by the number of characters in "frequency."&lt;BR /&gt;
&lt;BR /&gt;
My labels are over the 9-spaces provided and I want all of the VAR labels to be printed.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
    <pubDate>Thu, 05 May 2011 18:21:16 GMT</pubDate>
    <dc:creator>veblen</dc:creator>
    <dc:date>2011-05-05T18:21:16Z</dc:date>
    <item>
      <title>proc freq - increasing the number of characters being printed (displayed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62624#M2939</link>
      <description>Is there a way to increase the number of characters printing (displayed) for a PRO FREQ table?&lt;BR /&gt;
&lt;BR /&gt;
It appears that the column width is defined by the number of characters in "frequency."&lt;BR /&gt;
&lt;BR /&gt;
My labels are over the 9-spaces provided and I want all of the VAR labels to be printed.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Thu, 05 May 2011 18:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62624#M2939</guid>
      <dc:creator>veblen</dc:creator>
      <dc:date>2011-05-05T18:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq - increasing the number of characters being printed (displayed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62625#M2940</link>
      <description>Hello Veblen,&lt;BR /&gt;
&lt;BR /&gt;
You can output a frequency table into a dataset and then print it with any desired format:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc freq data=sashelp.class noprint;&lt;BR /&gt;
  tables age /out=freq;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Thu, 05 May 2011 18:33:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62625#M2940</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2011-05-05T18:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq - increasing the number of characters being printed (displayed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62626#M2941</link>
      <description>Wonderful SPR!!!&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much!!!</description>
      <pubDate>Thu, 05 May 2011 18:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62626#M2941</guid>
      <dc:creator>veblen</dc:creator>
      <dc:date>2011-05-05T18:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq - increasing the number of characters being printed (displayed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62627#M2942</link>
      <description>Unfortunately, the table produced via the data step still have the truncated variable labels.   &lt;BR /&gt;
&lt;BR /&gt;
Any more ideas?</description>
      <pubDate>Thu, 05 May 2011 19:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62627#M2942</guid>
      <dc:creator>veblen</dc:creator>
      <dc:date>2011-05-05T19:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq - increasing the number of characters being printed (displayed)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62628#M2943</link>
      <description>Could you please give an example of your data. I printed freq from my code:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=freq label;&lt;BR /&gt;
  var Count;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
Variable Count has label "Frequency Count" and it is printed without truncation.</description>
      <pubDate>Thu, 05 May 2011 19:34:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-freq-increasing-the-number-of-characters-being-printed/m-p/62628#M2943</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2011-05-05T19:34:24Z</dc:date>
    </item>
  </channel>
</rss>

