<?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 Expore without header !! in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Expore-without-header/m-p/2656#M868</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to export data ( .xls or .csv for example ) without write the header line in the output file ?</description>
    <pubDate>Thu, 29 Mar 2007 12:23:38 GMT</pubDate>
    <dc:creator>gemax</dc:creator>
    <dc:date>2007-03-29T12:23:38Z</dc:date>
    <item>
      <title>Expore without header !!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Expore-without-header/m-p/2656#M868</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to export data ( .xls or .csv for example ) without write the header line in the output file ?</description>
      <pubDate>Thu, 29 Mar 2007 12:23:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Expore-without-header/m-p/2656#M868</guid>
      <dc:creator>gemax</dc:creator>
      <dc:date>2007-03-29T12:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expore without header !!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Expore-without-header/m-p/2657#M869</link>
      <description>Hi...&lt;BR /&gt;
Try this Proc Report code. There may be non-code methods in EG, but I don't work with exporting in EG enough to know them.&lt;BR /&gt;
cynthia [pre]&lt;BR /&gt;
*** the code;&lt;BR /&gt;
ods csv file='c:\temp\nohd.csv';&lt;BR /&gt;
  proc report data=sashelp.class noheader nowd;&lt;BR /&gt;
    column name age height;&lt;BR /&gt;
    define name/display;&lt;BR /&gt;
    define age /display;&lt;BR /&gt;
    define height/display;&lt;BR /&gt;
  run;&lt;BR /&gt;
ods csv close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 29 Mar 2007 14:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Expore-without-header/m-p/2657#M869</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-03-29T14:54:34Z</dc:date>
    </item>
  </channel>
</rss>

