<?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 Reading raw files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-raw-files/m-p/252466#M47925</link>
    <description>&lt;P&gt;QUESTION 110 The contents of the raw data file EMPLOYEE are listed below:&lt;/P&gt;&lt;P&gt;----|----10---|----20---|----30&lt;/P&gt;&lt;P&gt;Ruth 3911&lt;/P&gt;&lt;P&gt;Jose 32 22&lt;/P&gt;&lt;P&gt;Sue 30 33&lt;/P&gt;&lt;P&gt;John 40 44&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following SAS program is submitted:&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;in file' employee';&lt;/P&gt;&lt;P&gt;input employee_ name $ 1-4;&lt;BR /&gt;if employee_ name = 'Ruth' then input idnum 10-11;&lt;BR /&gt;else input age 7-8;&lt;BR /&gt;run&lt;BR /&gt;Which one of the following values does the variable IDNUM contain when the name&lt;BR /&gt;of the employee is "Ruth"?&lt;BR /&gt;&lt;BR /&gt;A. 11&lt;BR /&gt;B. 22&lt;BR /&gt;C. 32&lt;BR /&gt;D. . (missing numeric value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ans –B&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2016 18:18:08 GMT</pubDate>
    <dc:creator>Bulleride</dc:creator>
    <dc:date>2016-02-25T18:18:08Z</dc:date>
    <item>
      <title>Reading raw files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-raw-files/m-p/252466#M47925</link>
      <description>&lt;P&gt;QUESTION 110 The contents of the raw data file EMPLOYEE are listed below:&lt;/P&gt;&lt;P&gt;----|----10---|----20---|----30&lt;/P&gt;&lt;P&gt;Ruth 3911&lt;/P&gt;&lt;P&gt;Jose 32 22&lt;/P&gt;&lt;P&gt;Sue 30 33&lt;/P&gt;&lt;P&gt;John 40 44&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following SAS program is submitted:&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;in file' employee';&lt;/P&gt;&lt;P&gt;input employee_ name $ 1-4;&lt;BR /&gt;if employee_ name = 'Ruth' then input idnum 10-11;&lt;BR /&gt;else input age 7-8;&lt;BR /&gt;run&lt;BR /&gt;Which one of the following values does the variable IDNUM contain when the name&lt;BR /&gt;of the employee is "Ruth"?&lt;BR /&gt;&lt;BR /&gt;A. 11&lt;BR /&gt;B. 22&lt;BR /&gt;C. 32&lt;BR /&gt;D. . (missing numeric value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ans –B&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 18:18:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-raw-files/m-p/252466#M47925</guid>
      <dc:creator>Bulleride</dc:creator>
      <dc:date>2016-02-25T18:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading raw files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-raw-files/m-p/252476#M47932</link>
      <description>&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/Reading-raw-files/m-p/252465" target="_self"&gt;Answered&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 18:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-raw-files/m-p/252476#M47932</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2016-02-25T18:40:28Z</dc:date>
    </item>
  </channel>
</rss>

