<?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: renaming in proc Freq in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686790#M33079</link>
    <description>&lt;P&gt;I have used it and using the Label name changes the the label "Frequency count" that is automatically generated with the freq table not the variable "&lt;SPAN&gt;number_of_surveys"&amp;nbsp;&lt;/SPAN&gt;when used proc freq&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 17:28:21 GMT</pubDate>
    <dc:creator>hjjijkkl</dc:creator>
    <dc:date>2020-09-25T17:28:21Z</dc:date>
    <item>
      <title>renaming in proc Freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686756#M33074</link>
      <description>&lt;P&gt;How do I rename&amp;nbsp; Number_of_surveys to&amp;nbsp; Number of surveyswhich is without underscore&lt;/P&gt;&lt;P&gt;proc freq data=nSubj ;&lt;BR /&gt;tables Number_of_surveys/ NOCUM ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 16:29:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686756#M33074</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-09-25T16:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: renaming in proc Freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686762#M33075</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=any;
proc freq data=nSubj(rename=(Number_of_surveys='Number of surveys'n)) ;
tables 'Number of surveys'n/ NOCUM ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Sep 2020 16:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686762#M33075</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2020-09-25T16:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: renaming in proc Freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686777#M33076</link>
      <description>Why not use a label instead?&lt;BR /&gt;&lt;BR /&gt;It means you'll have to type out the name with the spaces and quotes and N each time otherwise? 'Number of Surveys'n is now your new variable name.&lt;BR /&gt;&lt;BR /&gt;label number_of_surveys = 'Number of Surveys';&lt;BR /&gt;&lt;BR /&gt;If you want more control over your output from PROC FREQ I suggest using PROC TABULATE instead.</description>
      <pubDate>Fri, 25 Sep 2020 17:04:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686777#M33076</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-25T17:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: renaming in proc Freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686781#M33078</link>
      <description>Thank you!</description>
      <pubDate>Fri, 25 Sep 2020 17:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686781#M33078</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-09-25T17:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: renaming in proc Freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686790#M33079</link>
      <description>&lt;P&gt;I have used it and using the Label name changes the the label "Frequency count" that is automatically generated with the freq table not the variable "&lt;SPAN&gt;number_of_surveys"&amp;nbsp;&lt;/SPAN&gt;when used proc freq&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 17:28:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/renaming-in-proc-Freq/m-p/686790#M33079</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-09-25T17:28:21Z</dc:date>
    </item>
  </channel>
</rss>

