<?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: Column Header not printing in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-Header-not-printing/m-p/154582#M11764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a put statement that executes on the first row of data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If _n_ = 1 then put "var1;var2;var3;";&lt;/P&gt;&lt;P&gt;before the other PUT statement.&lt;/P&gt;&lt;P&gt;or you may want to use Proc Export for this unless you specifically need the Listing output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 21:01:58 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-12-17T21:01:58Z</dc:date>
    <item>
      <title>Column Header not printing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-Header-not-printing/m-p/154581#M11763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following code to create an ods listing with a semi-colon delimiter.&amp;nbsp; When I do this, it does not include the column names from my table "test"&lt;/P&gt;&lt;P&gt;How do I include the column names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options nodate nonumber;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file print dsd dlm=';' ;&lt;/P&gt;&lt;P&gt;set library.test;&lt;/P&gt;&lt;P&gt;put (_all_) (:);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:42:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-Header-not-printing/m-p/154581#M11763</guid>
      <dc:creator>LAtwood</dc:creator>
      <dc:date>2014-12-17T20:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Column Header not printing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-Header-not-printing/m-p/154582#M11764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a put statement that executes on the first row of data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If _n_ = 1 then put "var1;var2;var3;";&lt;/P&gt;&lt;P&gt;before the other PUT statement.&lt;/P&gt;&lt;P&gt;or you may want to use Proc Export for this unless you specifically need the Listing output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 21:01:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-Header-not-printing/m-p/154582#M11764</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-12-17T21:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Column Header not printing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-Header-not-printing/m-p/154583#M11765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using ODS ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods csvall file='c:\temp\x.csv' options(doc="help" Delimiter=';' );&lt;/P&gt;&lt;P&gt; title ' ';&lt;/P&gt;&lt;P&gt; proc print data=sashelp.class noobs;run;&lt;/P&gt;&lt;P&gt;ods csvall close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 13:22:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-Header-not-printing/m-p/154583#M11765</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-12-18T13:22:15Z</dc:date>
    </item>
  </channel>
</rss>

