<?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 Export in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export/m-p/9170#M569</link>
    <description>Hi:&lt;BR /&gt;
  PROC EXPORT in SAS 9.2 does have the LABEL option (I think it was new for 9.2, though so it might not work in SAS 9.1.3):&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a000316288.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a000316288.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 23 Apr 2010 18:05:57 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-04-23T18:05:57Z</dc:date>
    <item>
      <title>Proc Export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export/m-p/9169#M568</link>
      <description>I use proc export to put my data into Excel but how can I have the Variable labels printed into Excel other than the Variable names.. I know ODS does't it by does Proc Export have some option to do that ??&lt;BR /&gt;
&lt;BR /&gt;
Matt</description>
      <pubDate>Fri, 23 Apr 2010 17:12:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export/m-p/9169#M568</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-23T17:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export/m-p/9170#M569</link>
      <description>Hi:&lt;BR /&gt;
  PROC EXPORT in SAS 9.2 does have the LABEL option (I think it was new for 9.2, though so it might not work in SAS 9.1.3):&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a000316288.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a000316288.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 23 Apr 2010 18:05:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export/m-p/9170#M569</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-04-23T18:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Export/m-p/9171#M570</link>
      <description>You can also use the dblabel option in the Excel libname.&lt;BR /&gt;
&lt;BR /&gt;
libname xls "C:\test.xls";&lt;BR /&gt;
data mylib.mydata(dblabel=yes);&lt;BR /&gt;
set new;&lt;BR /&gt;
run;&lt;BR /&gt;
libname xls clear;</description>
      <pubDate>Mon, 03 May 2010 01:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Export/m-p/9171#M570</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-05-03T01:24:13Z</dc:date>
    </item>
  </channel>
</rss>

