<?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: proc print display label in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-print-display-label/m-p/346646#M79966</link>
    <description>Hi:&lt;BR /&gt;  Please read the PROC PRINT documentation, when you have a LABEL statement in your code, you need to tell PROC PRINT to USE the LABEL with the LABEL option in your PROC PRINT statement:&lt;BR /&gt;proc print data=mydata label;&lt;BR /&gt;or&lt;BR /&gt;proc print data=mydata split='_';&lt;BR /&gt;&lt;BR /&gt;Either the LABEL or the SPLIT option tells PROC PRINT to use the LABEL for the data.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
    <pubDate>Mon, 03 Apr 2017 12:39:51 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2017-04-03T12:39:51Z</dc:date>
    <item>
      <title>proc print display label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-print-display-label/m-p/346639#M79962</link>
      <description>&lt;P&gt;Just want to know why the report created using code below could not display label names without _? Anyone can help? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC PRINT DATA=MYDATA&lt;BR /&gt;BY BRANCH_CODE BRANCH_NAME;&lt;BR /&gt;ID BRANCH_CODE BRANCH_NAME;&lt;BR /&gt;SUM BRANCH_PROFIT;&lt;BR /&gt;LABEL BRANCH_CODE="BRANCH CODE";&lt;BR /&gt;LABEL BRANCH_NAME="BRANCH NAME";&lt;BR /&gt;LABEL BRANCH_PROFIT="BRANCH PROFIT";&lt;BR /&gt;FORMAT BRANCH_PROFIT DOLLAR16.2;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 12:06:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-print-display-label/m-p/346639#M79962</guid>
      <dc:creator>scb</dc:creator>
      <dc:date>2017-04-03T12:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc print display label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-print-display-label/m-p/346646#M79966</link>
      <description>Hi:&lt;BR /&gt;  Please read the PROC PRINT documentation, when you have a LABEL statement in your code, you need to tell PROC PRINT to USE the LABEL with the LABEL option in your PROC PRINT statement:&lt;BR /&gt;proc print data=mydata label;&lt;BR /&gt;or&lt;BR /&gt;proc print data=mydata split='_';&lt;BR /&gt;&lt;BR /&gt;Either the LABEL or the SPLIT option tells PROC PRINT to use the LABEL for the data.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Mon, 03 Apr 2017 12:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-print-display-label/m-p/346646#M79966</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-04-03T12:39:51Z</dc:date>
    </item>
  </channel>
</rss>

