<?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: Any one knows why Permanent Label in this code doesn't work? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178988#M302689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if you want to display labels instead of variable names you have to use label in proc print&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=work.subset_pmlabel label;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use proc contents to see labels assigned to variables in the dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 16:12:57 GMT</pubDate>
    <dc:creator>stat_sas</dc:creator>
    <dc:date>2014-08-28T16:12:57Z</dc:date>
    <item>
      <title>Any one knows why Permanent Label in this code doesn't work?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178986#M302687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the code that doesn't work (doesn't label the two variables)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data work.subset_pmlabel;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set orion.sales;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where country='AU'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and job_title like '%Rep%';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bonus=salary*0.1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; label Job_Title='Sales Title'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hire_Date='Date Hired';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop Employee_id gender&amp;nbsp; Birth_date;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=work.subset_pmlabel;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is directly from sas e-training, I reeeeealy don't see any difference between.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 15:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178986#M302687</guid>
      <dc:creator>ricodonself</dc:creator>
      <dc:date>2014-08-28T15:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Any one knows why Permanent Label in this code doesn't work?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178987#M302688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok I got it,&lt;/P&gt;&lt;P&gt;in proc print step I need to mention LEBAL&lt;/P&gt;&lt;P&gt;is that right guys?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178987#M302688</guid>
      <dc:creator>ricodonself</dc:creator>
      <dc:date>2014-08-28T16:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Any one knows why Permanent Label in this code doesn't work?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178988#M302689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if you want to display labels instead of variable names you have to use label in proc print&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=work.subset_pmlabel label;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use proc contents to see labels assigned to variables in the dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178988#M302689</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-28T16:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Any one knows why Permanent Label in this code doesn't work?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178989#M302690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;appreciated! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178989#M302690</guid>
      <dc:creator>ricodonself</dc:creator>
      <dc:date>2014-08-28T16:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Any one knows why Permanent Label in this code doesn't work?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178990#M302691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and you can use split() options as well....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 19:50:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178990#M302691</guid>
      <dc:creator>AnandSahu</dc:creator>
      <dc:date>2014-08-28T19:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Any one knows why Permanent Label in this code doesn't work?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178991#M302692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can simply use&amp;nbsp; proc report which print LABEL by default .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 14:03:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-one-knows-why-Permanent-Label-in-this-code-doesn-t-work/m-p/178991#M302692</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-08-29T14:03:43Z</dc:date>
    </item>
  </channel>
</rss>

