<?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 How many  raw data records i gonna read using following program during  each data iteration? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-many-raw-data-records-i-gonna-read-using-following-program/m-p/279715#M56406</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data numrecords;&lt;/P&gt;&lt;P&gt;infile "file specification";&lt;/P&gt;&lt;P&gt;input&amp;nbsp;@1 patient $ 15. relative$ 16-26@;&lt;/P&gt;&lt;P&gt;if relative="children" then&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; input&amp;nbsp;@54 diagnosis $ 15.&amp;nbsp;@;&lt;/P&gt;&lt;P&gt;elseif relative="Parents" then&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; input&amp;nbsp;@28 doctor $15. clinic$ 44-53&amp;nbsp;@54 diagnosis $15.@;&lt;/P&gt;&lt;P&gt;input age;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2016 12:13:45 GMT</pubDate>
    <dc:creator>Attyslogin</dc:creator>
    <dc:date>2016-06-23T12:13:45Z</dc:date>
    <item>
      <title>How many  raw data records i gonna read using following program during  each data iteration?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-many-raw-data-records-i-gonna-read-using-following-program/m-p/279715#M56406</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data numrecords;&lt;/P&gt;&lt;P&gt;infile "file specification";&lt;/P&gt;&lt;P&gt;input&amp;nbsp;@1 patient $ 15. relative$ 16-26@;&lt;/P&gt;&lt;P&gt;if relative="children" then&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; input&amp;nbsp;@54 diagnosis $ 15.&amp;nbsp;@;&lt;/P&gt;&lt;P&gt;elseif relative="Parents" then&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; input&amp;nbsp;@28 doctor $15. clinic$ 44-53&amp;nbsp;@54 diagnosis $15.@;&lt;/P&gt;&lt;P&gt;input age;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 12:13:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-many-raw-data-records-i-gonna-read-using-following-program/m-p/279715#M56406</guid>
      <dc:creator>Attyslogin</dc:creator>
      <dc:date>2016-06-23T12:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How many  raw data records i gonna read using following program during  each data iteration?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-many-raw-data-records-i-gonna-read-using-following-program/m-p/279717#M56408</link>
      <description>&lt;P&gt;Well, I haven't tested, but my guess would be one. &amp;nbsp;The reason is the first input reads some data, then an if statement switches wether the next or the third input is run. &amp;nbsp;But at no point does the line pointer go to the next row as each of the input statements ends in the&amp;nbsp;@ symbol which means the line pointer is held over. &amp;nbsp;So again, just guessing here as can't test, I would imainge only one record is read in (depending on data!) each iteration of dataset.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 12:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-many-raw-data-records-i-gonna-read-using-following-program/m-p/279717#M56408</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-06-23T12:28:11Z</dc:date>
    </item>
  </channel>
</rss>

