<?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 row delimiter other than CRLF in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43058#M8820</link>
    <description>Hi,&lt;BR /&gt;
I need to know if it is possible to create a delimited variable length 'flat' file which requires a row delimiter other than the standard CRLF (in this case, the row delimiter is 'F3'x, i.e., ascii character 243).  Not sure if it matters, but the operating system is Windows.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
    <pubDate>Sat, 30 Aug 2008 11:19:25 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-08-30T11:19:25Z</dc:date>
    <item>
      <title>row delimiter other than CRLF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43058#M8820</link>
      <description>Hi,&lt;BR /&gt;
I need to know if it is possible to create a delimited variable length 'flat' file which requires a row delimiter other than the standard CRLF (in this case, the row delimiter is 'F3'x, i.e., ascii character 243).  Not sure if it matters, but the operating system is Windows.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Sat, 30 Aug 2008 11:19:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43058#M8820</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-30T11:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: row delimiter other than CRLF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43059#M8821</link>
      <description>Consider the TERMSTR option for the FILE statement in a DATA step.  Have a look at the SAS support website &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; and search on the parameter for DOC and other useful references.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 30 Aug 2008 12:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43059#M8821</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-08-30T12:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: row delimiter other than CRLF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43060#M8822</link>
      <description>Scott, thank you for the suggestion.  I looked up termstr in the online docs, and it says:&lt;BR /&gt;
&lt;BR /&gt;
TERMSTR=specifies the end-of-line character for the file. Use this option to share files between the UNIX and Windows operating environments. Valid values are:&lt;BR /&gt;
&lt;BR /&gt;
CRLF &lt;BR /&gt;
Carriage return line feed. Use TERMSTR=CRLF to write Windows formatted files. CRLF is the default.&lt;BR /&gt;
&lt;BR /&gt;
LF &lt;BR /&gt;
Line feed. Use TERMSTR=LF to write UNIX formatted files. &lt;BR /&gt;
&lt;BR /&gt;
NL &lt;BR /&gt;
New line. Use TERMSTR=NL to write UNIX formatted files.&lt;BR /&gt;
&lt;BR /&gt;
...it looks like it doesn't give me the option to specify the row delimiter I'm trying to use; just crlf / lf / and nl ...any other thoughts on this?</description>
      <pubDate>Sat, 30 Aug 2008 21:17:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43060#M8822</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-30T21:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: row delimiter other than CRLF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43061#M8823</link>
      <description>Sorry for the less-than-useful guidance.  Check this comp.soft-sys.sas thread that is similar to yours?  Mind any broken URL.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/67f67f471338bca6" target="_blank"&gt;http://groups.google.com/group/comp.soft-sys.sas/browse_thread/thread/67f67f471338bca6&lt;/A&gt;</description>
      <pubDate>Sat, 30 Aug 2008 22:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43061#M8823</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-08-30T22:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: row delimiter other than CRLF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43062#M8824</link>
      <description>Thanks, Scott!</description>
      <pubDate>Sat, 30 Aug 2008 23:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/row-delimiter-other-than-CRLF/m-p/43062#M8824</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-30T23:21:16Z</dc:date>
    </item>
  </channel>
</rss>

