<?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: Labelling &amp;quot;n&amp;quot; or &amp;quot;sum&amp;quot; as something else in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Labelling-quot-n-quot-or-quot-sum-quot-as-something-else/m-p/114563#M31689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vomer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Art's answer looks 100% correct.&amp;nbsp; Most likely, you added the LABEL statement, but forgot to add the word LABEL as part of the PROC statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 16:22:20 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2013-02-20T16:22:20Z</dc:date>
    <item>
      <title>Labelling "n" or "sum" as something else</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Labelling-quot-n-quot-or-quot-sum-quot-as-something-else/m-p/114560#M31686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this proc print statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3904&amp;nbsp; proc print data=test_data noobs;&lt;/P&gt;&lt;P&gt;3905&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var R1&amp;nbsp; Cat1 P1 N;&lt;/P&gt;&lt;P&gt;3907&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where R1="ClientA";&lt;/P&gt;&lt;P&gt;3908&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I get the table from this - I would like the column name "N" to be replaced by the words "Count of Clients"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I modify this code to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 20:41:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Labelling-quot-n-quot-or-quot-sum-quot-as-something-else/m-p/114560#M31686</guid>
      <dc:creator>vomer</dc:creator>
      <dc:date>2013-02-19T20:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling "n" or "sum" as something else</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Labelling-quot-n-quot-or-quot-sum-quot-as-something-else/m-p/114561#M31687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc print data=test_data label noobs;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var R1&amp;nbsp; Cat1 P1 N;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where R1="ClientA";&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; label n="Count of Clients";&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 20:46:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Labelling-quot-n-quot-or-quot-sum-quot-as-something-else/m-p/114561#M31687</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2013-02-19T20:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling "n" or "sum" as something else</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Labelling-quot-n-quot-or-quot-sum-quot-as-something-else/m-p/114562#M31688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something as simple as that? Thanks art - will try this now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 14:15:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Labelling-quot-n-quot-or-quot-sum-quot-as-something-else/m-p/114562#M31688</guid>
      <dc:creator>vomer</dc:creator>
      <dc:date>2013-02-20T14:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling "n" or "sum" as something else</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Labelling-quot-n-quot-or-quot-sum-quot-as-something-else/m-p/114563#M31689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vomer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Art's answer looks 100% correct.&amp;nbsp; Most likely, you added the LABEL statement, but forgot to add the word LABEL as part of the PROC statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 16:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Labelling-quot-n-quot-or-quot-sum-quot-as-something-else/m-p/114563#M31689</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2013-02-20T16:22:20Z</dc:date>
    </item>
  </channel>
</rss>

