<?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 Proc Print question in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Print-question/m-p/19684#M3722</link>
    <description>Is it possible with Proc Print to change the label of a one of the variable being printed to the &amp;amp;SYSDATE? I've been try to accomplish this but have had no success. Any ideas on how to change the varialbe name to the system date? Below is an example of what i'm attempting to do&lt;BR /&gt;
&lt;BR /&gt;
PROC SORT DATA=ALL;       &lt;BR /&gt;
BY DESCENDING GBUSED;     &lt;BR /&gt;
                          &lt;BR /&gt;
PROC PRINT DATA=ALL NOOBS;&lt;BR /&gt;
VAR HLQ GBUSED;           &lt;BR /&gt;
LABEL GBUSED='&amp;amp;SYSDATE';</description>
    <pubDate>Thu, 19 Nov 2009 18:57:14 GMT</pubDate>
    <dc:creator>Nooby1Konoby</dc:creator>
    <dc:date>2009-11-19T18:57:14Z</dc:date>
    <item>
      <title>Proc Print question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Print-question/m-p/19684#M3722</link>
      <description>Is it possible with Proc Print to change the label of a one of the variable being printed to the &amp;amp;SYSDATE? I've been try to accomplish this but have had no success. Any ideas on how to change the varialbe name to the system date? Below is an example of what i'm attempting to do&lt;BR /&gt;
&lt;BR /&gt;
PROC SORT DATA=ALL;       &lt;BR /&gt;
BY DESCENDING GBUSED;     &lt;BR /&gt;
                          &lt;BR /&gt;
PROC PRINT DATA=ALL NOOBS;&lt;BR /&gt;
VAR HLQ GBUSED;           &lt;BR /&gt;
LABEL GBUSED='&amp;amp;SYSDATE';</description>
      <pubDate>Thu, 19 Nov 2009 18:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Print-question/m-p/19684#M3722</guid>
      <dc:creator>Nooby1Konoby</dc:creator>
      <dc:date>2009-11-19T18:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Print-question/m-p/19685#M3723</link>
      <description>PROC PRINT DATA=ALL NOOBS label;&lt;BR /&gt;
VAR HLQ GBUSED; &lt;BR /&gt;
LABEL GBUSED="&amp;amp;SYSDATE"; &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Use the label option and macros inside single quotes don't resolve.</description>
      <pubDate>Thu, 19 Nov 2009 19:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Print-question/m-p/19685#M3723</guid>
      <dc:creator>Flip</dc:creator>
      <dc:date>2009-11-19T19:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Print-question/m-p/19686#M3724</link>
      <description>proc print data=all label;&lt;BR /&gt;
 label GBUSED="&amp;amp;sysdate";&lt;BR /&gt;
run;</description>
      <pubDate>Thu, 19 Nov 2009 19:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Print-question/m-p/19686#M3724</guid>
      <dc:creator>abdullala</dc:creator>
      <dc:date>2009-11-19T19:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Print-question/m-p/19687#M3725</link>
      <description>Wonderful, thank you all for your help, im upset with myself that it was that easy. Thanks again for your help, i really appreciate it.</description>
      <pubDate>Thu, 19 Nov 2009 19:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Print-question/m-p/19687#M3725</guid>
      <dc:creator>Nooby1Konoby</dc:creator>
      <dc:date>2009-11-19T19:40:50Z</dc:date>
    </item>
  </channel>
</rss>

