<?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: ODS csv  to export to csv file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-csv-to-export-to-csv-file/m-p/577624#M163687</link>
    <description>&lt;P&gt;Spot the problem with this statement - semicolon not colon required at the end.&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;ODS&lt;/SPAN&gt; CSV &lt;SPAN class="token keyword"&gt;CLOSE&lt;/SPAN&gt;:&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 07:15:49 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2019-07-30T07:15:49Z</dc:date>
    <item>
      <title>ODS csv  to export to csv file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-csv-to-export-to-csv-file/m-p/577612#M163679</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am trying to learn ODS csv&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting an error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3603 ODS CSV CLOSE:&lt;BR /&gt;-&lt;BR /&gt;22&lt;BR /&gt;200&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, ANCHOR, ARCHIVE, ATTRIBUTES, AUTHOR, BASE, BODY, BOX_SIZING, &lt;BR /&gt;CHARSET, CLOSE, CODE, CODEBASE, COLUMNS, CONTENTS, CSSSTYLE, DATA, DOM, DPI, ENCODING, EVENT, FILE, FRAME, GFOOTNOTE, &lt;BR /&gt;GPATH, GTITLE, HEADTEXT, IMAGE_DPI, METATEXT, NEWFILE, NOGFOOTNOTE, NOGTITLE, OPERATOR, OPTIONS, PACKAGE, PAGE, &lt;BR /&gt;PARAMETERS, PATH, RECORD_SEPARATOR, SGE, STARTPAGE, STYLE, STYLESHEET, TAGSET, TEXT, TRANTAB, TYPE, UNIFORM. &lt;BR /&gt;ERROR 200-322: The symbol is not recognized and will be ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data newclass;
set sashelp.class;
label name='First Name'
           sex='Gender'
           Age='Age of Person'
           Height='Height of Person'
           Weight='Weight of Person';
run;
ODS CSV FILE="path/newclass.csv";
proc print data=newclass label noobs;
run;
ODS CSV CLOSE:

 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jul 2019 06:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-csv-to-export-to-csv-file/m-p/577612#M163679</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-07-30T06:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: ODS csv  to export to csv file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-csv-to-export-to-csv-file/m-p/577624#M163687</link>
      <description>&lt;P&gt;Spot the problem with this statement - semicolon not colon required at the end.&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;ODS&lt;/SPAN&gt; CSV &lt;SPAN class="token keyword"&gt;CLOSE&lt;/SPAN&gt;:&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-csv-to-export-to-csv-file/m-p/577624#M163687</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-07-30T07:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: ODS csv  to export to csv file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-csv-to-export-to-csv-file/m-p/577628#M163690</link>
      <description>&lt;P&gt;Note the horizontal position of the ERROR indicator:&lt;/P&gt;
&lt;PRE&gt;27         ods csv close:
                        _
                        22
                        200
&lt;/PRE&gt;
&lt;P&gt;It points exactly to the problematic character.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-csv-to-export-to-csv-file/m-p/577628#M163690</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-30T07:42:23Z</dc:date>
    </item>
  </channel>
</rss>

