<?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: Keep Label Headings in PROC EXPORT in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634441#M21225</link>
    <description>&lt;P&gt;Here is the code I am using:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC EXPORT DATA=data&lt;BR /&gt;OUTFILE="filepath\model.xlsx"&lt;BR /&gt;DBMS=Excel REPLACE label;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it doesn't print the excel table with the labels&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2020 14:42:52 GMT</pubDate>
    <dc:creator>marleeakerson</dc:creator>
    <dc:date>2020-03-24T14:42:52Z</dc:date>
    <item>
      <title>Keep Label Headings in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634431#M21221</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to export a sas table to excel but I want the columns labels to be printed instead of the column names. Does anyone know how to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 14:19:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634431#M21221</guid>
      <dc:creator>marleeakerson</dc:creator>
      <dc:date>2020-03-24T14:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Label Headings in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634434#M21223</link>
      <description>&lt;P&gt;Since there are several ways to create Excel related output you might share the code for what you used so we can suggest a compatible solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example if you use Proc Export then your Proc Export statement should include the option LABEL.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 14:28:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634434#M21223</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-24T14:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Label Headings in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634435#M21224</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;CODE class=" language-sas"&gt;Use the label option&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/kb/41/735.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/41/735.html&lt;/A&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export outfile='filename.xlsx' label dbms=xlsx replace; run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 14:30:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634435#M21224</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-03-24T14:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Label Headings in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634441#M21225</link>
      <description>&lt;P&gt;Here is the code I am using:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC EXPORT DATA=data&lt;BR /&gt;OUTFILE="filepath\model.xlsx"&lt;BR /&gt;DBMS=Excel REPLACE label;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it doesn't print the excel table with the labels&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 14:42:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634441#M21225</guid>
      <dc:creator>marleeakerson</dc:creator>
      <dc:date>2020-03-24T14:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Label Headings in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634707#M21231</link>
      <description>&lt;P&gt;&lt;SPAN&gt;PROC EXPORT DATA=data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OUTFILE="filepath\model.xlsx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DBMS=&lt;FONT color="#FF0000"&gt;XLSX&lt;/FONT&gt; REPLACE label;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or Try&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PROC EXPORT DATA=data&lt;BR /&gt;OUTFILE="filepath\model.xlsx"&lt;BR /&gt;DBMS=XLSX REPLACE;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt; label;&lt;/FONT&gt;&lt;BR /&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 11:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Keep-Label-Headings-in-PROC-EXPORT/m-p/634707#M21231</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-03-25T11:49:22Z</dc:date>
    </item>
  </channel>
</rss>

