<?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: doubt in label in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/doubt-in-label/m-p/13774#M1693</link>
    <description>Thanks for you reply..Its answers for my doubt..</description>
    <pubDate>Sun, 27 Feb 2011 16:03:11 GMT</pubDate>
    <dc:creator>Sivanandam</dc:creator>
    <dc:date>2011-02-27T16:03:11Z</dc:date>
    <item>
      <title>doubt in label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/doubt-in-label/m-p/13772#M1691</link>
      <description>data  test9;                  &lt;BR /&gt;
input name $ gender $ age;    &lt;BR /&gt;
label name = 'fullname';      &lt;BR /&gt;
datalines;                    &lt;BR /&gt;
siva m 12                     &lt;BR /&gt;
raja f  45                     &lt;BR /&gt;
asdf m 60                     &lt;BR /&gt;
ardfd f  2                      &lt;BR /&gt;
;                             &lt;BR /&gt;
run;      &lt;BR /&gt;
&lt;BR /&gt;
when i run this program in sas mainfrme am not getting any error or warning b ut am not getting the label name as fullname in the output ..Could any one help me..</description>
      <pubDate>Sun, 20 Feb 2011 15:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/doubt-in-label/m-p/13772#M1691</guid>
      <dc:creator>Sivanandam</dc:creator>
      <dc:date>2011-02-20T15:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/doubt-in-label/m-p/13773#M1692</link>
      <description>Hi:&lt;BR /&gt;
  Not all procedures use the variable label automatically. In addition whether labels are displayed or not could be impacted by the system option NOLABEL, as explained in this Tech Support note:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/14/973.html" target="_blank"&gt;http://support.sas.com/kb/14/973.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  If you use PROC PRINT, for example, and you had the label option turned on in the internal syntax:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=work.mydata label;&lt;BR /&gt;
...&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
                              &lt;BR /&gt;
You should see the label used in the output. If you do NOT see the label used in the output, then you might want to explicitly turn on the system option:&lt;BR /&gt;
[pre]&lt;BR /&gt;
options label;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
                 &lt;BR /&gt;
and re-run the PROC PRINT. &lt;BR /&gt;
 &lt;BR /&gt;
Also, you say that you are "not getting the label name as fullname in the output"; however, you program is only creating WORK.TEST9 -- I don't see any PROC PRINT, PROC REPORT, PROC TABULATE or PROC ???? that would be creating "output" -- to see whether the label is in the descriptor portion of the SAS dataset, you would have to run PROC CONTENTS, at least. &lt;BR /&gt;
 &lt;BR /&gt;
Where do you expect to see the label "fullname"??? In the dataset?? In the SYSOUT DD??? The SAS Log DD???  In PROC PRINT output??? Without seeing ALL of your code, it is hard to figure out where the LABEL statement is not being used.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 20 Feb 2011 17:29:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/doubt-in-label/m-p/13773#M1692</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-02-20T17:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/doubt-in-label/m-p/13774#M1693</link>
      <description>Thanks for you reply..Its answers for my doubt..</description>
      <pubDate>Sun, 27 Feb 2011 16:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/doubt-in-label/m-p/13774#M1693</guid>
      <dc:creator>Sivanandam</dc:creator>
      <dc:date>2011-02-27T16:03:11Z</dc:date>
    </item>
  </channel>
</rss>

