<?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: Changing the delimiter in the ods csv in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Changing-the-delimiter-in-the-ods-csv/m-p/24511#M4108</link>
    <description>I believe that the option (check your spelling, by the way) is only supported at SAS 9.2. and later.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Wed, 02 Dec 2009 18:56:48 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-12-02T18:56:48Z</dc:date>
    <item>
      <title>Changing the delimiter in the ods csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Changing-the-delimiter-in-the-ods-csv/m-p/24510#M4107</link>
      <description>Hi to all,&lt;BR /&gt;
I've to produce a csv with ';' as delimiter. I've searched for documentation, and found that it should be done by using&lt;BR /&gt;
&lt;BR /&gt;
ods csv file='c:\test' options(delimitator=';');&lt;BR /&gt;
&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
...but it doesn't work, I still get a ',' as dlm.&lt;BR /&gt;
Any idea?&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
Daniele</description>
      <pubDate>Wed, 02 Dec 2009 18:32:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Changing-the-delimiter-in-the-ods-csv/m-p/24510#M4107</guid>
      <dc:creator>DanieleTiles</dc:creator>
      <dc:date>2009-12-02T18:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the delimiter in the ods csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Changing-the-delimiter-in-the-ods-csv/m-p/24511#M4108</link>
      <description>I believe that the option (check your spelling, by the way) is only supported at SAS 9.2. and later.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 02 Dec 2009 18:56:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Changing-the-delimiter-in-the-ods-csv/m-p/24511#M4108</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-12-02T18:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the delimiter in the ods csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Changing-the-delimiter-in-the-ods-csv/m-p/24512#M4109</link>
      <description>Hi:&lt;BR /&gt;
  Check your syntax, I believe the suboption is DELIMITER, not DELIMITATOR. You may need to update the CSV tagset that you're using, especially if you're working in SAS 9.1.3. See this previous posting for more info:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=5414" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=5414&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  When I run the below code in SAS 9.2, I get the ';' used as the delimiter. I believe the delimiter capability was accomplished in SAS 9.1.3 by using an updated CSV tagset template.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
                     &lt;BR /&gt;
[pre]&lt;BR /&gt;
ods csv file='c:\temp\csvtest.csv'&lt;BR /&gt;
    options(doc='Help' delimiter=";");&lt;BR /&gt;
proc print data=sashelp.class(obs=3);&lt;BR /&gt;
run;&lt;BR /&gt;
ods csv close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Wed, 02 Dec 2009 18:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Changing-the-delimiter-in-the-ods-csv/m-p/24512#M4109</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-02T18:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the delimiter in the ods csv</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Changing-the-delimiter-in-the-ods-csv/m-p/24513#M4110</link>
      <description>Searching the SAS discussion forum archives with keywords "ods csv change delimiter", the gem below appears in the match-results:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=19459䰃" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=19459䰃&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I stand corrected - the support comes with an updated tagset.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 02 Dec 2009 19:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Changing-the-delimiter-in-the-ods-csv/m-p/24513#M4110</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-12-02T19:00:22Z</dc:date>
    </item>
  </channel>
</rss>

