<?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: Export with Variable Lables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Export-with-Variable-Lables/m-p/15413#M2705</link>
    <description>Thanks sbb,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to export using ODS HTML FILE;&lt;BR /&gt;
but I've one char variable with following values :&lt;BR /&gt;
0009&lt;BR /&gt;
0034&lt;BR /&gt;
in the result i'm getting like this:&lt;BR /&gt;
9&lt;BR /&gt;
34&lt;BR /&gt;
I need as it is.&lt;BR /&gt;
define code / format = $5.; is not working.&lt;BR /&gt;
&lt;BR /&gt;
help me.</description>
    <pubDate>Mon, 06 Apr 2009 07:00:17 GMT</pubDate>
    <dc:creator>Alankar</dc:creator>
    <dc:date>2009-04-06T07:00:17Z</dc:date>
    <item>
      <title>Export with Variable Lables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-with-Variable-Lables/m-p/15411#M2703</link>
      <description>Is there any way to export the data to Excel file with Labels instead of variable names?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance,&lt;BR /&gt;
Alankar</description>
      <pubDate>Mon, 06 Apr 2009 06:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-with-Variable-Lables/m-p/15411#M2703</guid>
      <dc:creator>Alankar</dc:creator>
      <dc:date>2009-04-06T06:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export with Variable Lables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-with-Variable-Lables/m-p/15412#M2704</link>
      <description>PROC EXPORT supports using labels but only starting with SAS 9.2.  Otherwise, you can use ODS CSV and PROC PRINT as an alternative, or explore using the SAS-distributed macro found in SASAUTOS (auto-call macro library) %DS2CSV.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 06 Apr 2009 06:40:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-with-Variable-Lables/m-p/15412#M2704</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-06T06:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export with Variable Lables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-with-Variable-Lables/m-p/15413#M2705</link>
      <description>Thanks sbb,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to export using ODS HTML FILE;&lt;BR /&gt;
but I've one char variable with following values :&lt;BR /&gt;
0009&lt;BR /&gt;
0034&lt;BR /&gt;
in the result i'm getting like this:&lt;BR /&gt;
9&lt;BR /&gt;
34&lt;BR /&gt;
I need as it is.&lt;BR /&gt;
define code / format = $5.; is not working.&lt;BR /&gt;
&lt;BR /&gt;
help me.</description>
      <pubDate>Mon, 06 Apr 2009 07:00:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-with-Variable-Lables/m-p/15413#M2705</guid>
      <dc:creator>Alankar</dc:creator>
      <dc:date>2009-04-06T07:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export with Variable Lables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-with-Variable-Lables/m-p/15414#M2706</link>
      <description>Try format = z4.;</description>
      <pubDate>Mon, 06 Apr 2009 09:11:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-with-Variable-Lables/m-p/15414#M2706</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2009-04-06T09:11:45Z</dc:date>
    </item>
  </channel>
</rss>

