<?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: What is a short line in Infile statements? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-is-a-short-line-in-Infile-statements/m-p/424384#M104502</link>
    <description>&lt;P&gt;below is good paper about this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi26/p009-26.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi26/p009-26.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jan 2018 18:12:48 GMT</pubDate>
    <dc:creator>kiranv_</dc:creator>
    <dc:date>2018-01-02T18:12:48Z</dc:date>
    <item>
      <title>What is a short line in Infile statements?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-a-short-line-in-Infile-statements/m-p/424382#M104501</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When it comes to reading in raw data with Infile statements, can someone explain what a 'short line' is?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems to play a big part in distinguishing between Missover, stopover and truncover?&lt;/P&gt;&lt;P&gt;(It would be great to get an explanation of the differences here too!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it to do with the row of data being read in to have fewer columns or&amp;nbsp; entries than expected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much,&lt;/P&gt;&lt;P&gt;Bhagya&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 18:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-a-short-line-in-Infile-statements/m-p/424382#M104501</guid>
      <dc:creator>Bhagya_raj</dc:creator>
      <dc:date>2018-01-02T18:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is a short line in Infile statements?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-a-short-line-in-Infile-statements/m-p/424384#M104502</link>
      <description>&lt;P&gt;below is good paper about this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi26/p009-26.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi26/p009-26.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 18:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-a-short-line-in-Infile-statements/m-p/424384#M104502</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2018-01-02T18:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is a short line in Infile statements?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-a-short-line-in-Infile-statements/m-p/424409#M104503</link>
      <description>&lt;P&gt;If you're just asking what the term "short line" is, then yes, it's a line of input data that has a record length that is less than the longest requested record length by the INPUT statement. &lt;BR /&gt;&lt;BR /&gt;The missover/stopover/truncover options determine what to do when that happens (when SAS attempts to read past a line delimiter, meaning a CR/LF/whichever or both are used by your OS/program).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kiranv's linked paper explains them well, but in brief:&amp;nbsp; STOPOVER says to treat as an error&amp;nbsp;any time it attempts to read past a line delimiter.&amp;nbsp;&amp;nbsp;MISSOVER says to treat any variable that extends past the line delimiter as missing (including one that starts before it).&amp;nbsp; TRUNCOVER is similar but does not treat a variable that starts before the line delimiter as missing, it just truncates it to the line delimiter.&amp;nbsp; FLOWOVER&amp;nbsp;basically ignores the line delimiter and keeps looking for more data after it (and is default).&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 19:38:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-a-short-line-in-Infile-statements/m-p/424409#M104503</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2018-01-02T19:38:20Z</dc:date>
    </item>
  </channel>
</rss>

