<?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: Specifying an end of record delimiter in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Specifying-an-end-of-record-delimiter/m-p/66576#M14461</link>
    <description>None that I'm aware of - so you will need to consider byte/character level INPUT parsing your input to load a DATALINE variable (of sufficient length) while looking for your artificial using @ pointer technique, logical record-segment delimiter.  Then you have a couple of choices, such as re-write the file to a temporary location, and then use another set of INPUT statement logic to read the file, otherwise you can use the INPUT function to work your way through the logical data sub-fields.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Mon, 24 Aug 2009 17:07:07 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-08-24T17:07:07Z</dc:date>
    <item>
      <title>Specifying an end of record delimiter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Specifying-an-end-of-record-delimiter/m-p/66575#M14460</link>
      <description>I have an ASCII text file where the data is delimited by one character and the records are delimited by another.  When I try to read the file, I just get one very long record.  How can I tell SAS that the "~" is the end of the record, and to start reading a new record with the next character?  Records are variable length.</description>
      <pubDate>Mon, 24 Aug 2009 14:40:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Specifying-an-end-of-record-delimiter/m-p/66575#M14460</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-24T14:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying an end of record delimiter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Specifying-an-end-of-record-delimiter/m-p/66576#M14461</link>
      <description>None that I'm aware of - so you will need to consider byte/character level INPUT parsing your input to load a DATALINE variable (of sufficient length) while looking for your artificial using @ pointer technique, logical record-segment delimiter.  Then you have a couple of choices, such as re-write the file to a temporary location, and then use another set of INPUT statement logic to read the file, otherwise you can use the INPUT function to work your way through the logical data sub-fields.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 24 Aug 2009 17:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Specifying-an-end-of-record-delimiter/m-p/66576#M14461</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-08-24T17:07:07Z</dc:date>
    </item>
  </channel>
</rss>

