<?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: how to get column label name on export to excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-column-label-name-on-export-to-excel/m-p/447478#M112423</link>
    <description>&lt;P&gt;How are you exporting your data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/192083"&gt;@radha009&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;How to display the column label names on export to excel sheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have columns names in the script as orders,type,quantity etc. in main excel import i have orders ticket4343,type ticket32424,quantity placed tkt4324. how do i export the exact names from main excel.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 16:23:08 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-03-21T16:23:08Z</dc:date>
    <item>
      <title>how to get column label name on export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-column-label-name-on-export-to-excel/m-p/447470#M112420</link>
      <description>&lt;P&gt;How to display the column label names on export to excel sheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have columns names in the script as orders,type,quantity etc. in main excel import i have orders ticket4343,type ticket32424,quantity placed tkt4324. how do i export the exact names from main excel.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-column-label-name-on-export-to-excel/m-p/447470#M112420</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2018-03-21T16:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to get column label name on export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-column-label-name-on-export-to-excel/m-p/447478#M112423</link>
      <description>&lt;P&gt;How are you exporting your data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/192083"&gt;@radha009&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;How to display the column label names on export to excel sheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have columns names in the script as orders,type,quantity etc. in main excel import i have orders ticket4343,type ticket32424,quantity placed tkt4324. how do i export the exact names from main excel.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-column-label-name-on-export-to-excel/m-p/447478#M112423</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-21T16:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to get column label name on export to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-get-column-label-name-on-export-to-excel/m-p/447774#M112551</link>
      <description>&lt;P&gt;Import excel:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option validvarname=any;
proc import ..........&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Export excel:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.class outfile='c:\temp\class.xls' dbms=excel replace ;
label;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Mar 2018 13:43:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-get-column-label-name-on-export-to-excel/m-p/447774#M112551</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-03-22T13:43:17Z</dc:date>
    </item>
  </channel>
</rss>

