<?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: why is the answer C correct ？ in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727507#M226294</link>
    <description>&lt;P&gt;Could you give me more detail explain? Thank you .&lt;/P&gt;</description>
    <pubDate>Thu, 18 Mar 2021 18:30:11 GMT</pubDate>
    <dc:creator>tianerhu</dc:creator>
    <dc:date>2021-03-18T18:30:11Z</dc:date>
    <item>
      <title>why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727500#M226289</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_0-1616090336946.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56113i190F1689C50DF01A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_0-1616090336946.png" alt="tianerhu_0-1616090336946.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_1-1616090388429.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56114i064BD54D9FABA7DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_1-1616090388429.png" alt="tianerhu_1-1616090388429.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I think that the answer A is correct ? But the key is C. why ?&amp;nbsp;&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 18:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727500#M226289</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-18T18:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727501#M226290</link>
      <description>Because there's no trailing @. &lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2021 18:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727501#M226290</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-03-18T18:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727507#M226294</link>
      <description>&lt;P&gt;Could you give me more detail explain? Thank you .&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 18:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727507#M226294</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-18T18:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727508#M226295</link>
      <description>&lt;P&gt;Assuming the typo's in the SAS code were fixed and the misalignment of the columns of the data is just because of the use of a proportional font in the displaying the question then C&amp;nbsp; is the right answer.&amp;nbsp; If the typos remain then it will never generate any dataset so none of the answers are right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question is trying to access if you understand when SAS moves to the next line of an input file.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 18:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727508#M226295</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-03-18T18:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727519#M226303</link>
      <description>&lt;P&gt;As &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; says, the code needs to be fixed. The INFILE is spelled incorrectly and no data set would be created as posted.&lt;/P&gt;
&lt;PRE&gt;67   data example;
68      in file 'something.txt';
        --
        180
ERROR 180-322: Statement is not valid or it is used out of proper order.

69      input a $;
70   run;
&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Mar 2021 18:51:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727519#M226303</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-18T18:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727540#M226306</link>
      <description>You're aware the newer SAS certification exam doesn't bother testing most of these concepts anymore? I assume you're using one of the older test exam banks that really aren't worth the paper they're printed on...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2021 19:32:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727540#M226306</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-03-18T19:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727590#M226322</link>
      <description>&lt;P&gt;Every time there is an INPUT statement, SAS &lt;STRIKE&gt;first&lt;/STRIKE&gt; advances to the next line of raw data after reading the designated variables.&amp;nbsp; So the input statement conditioned on "SUE" is already pointing at the next record - giving a value of 40 for age.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BUT ... if the first input&amp;nbsp; has a trailing "@", then the conditional INPUT would read from the same record.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 01:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727590#M226322</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2021-03-21T01:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727967#M226500</link>
      <description>&lt;P&gt;Thank you for your advise, I appreciate.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 00:50:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727967#M226500</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-21T00:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727970#M226501</link>
      <description>&lt;P&gt;The typo can be ignored. We suppose it was infile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 02:18:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/727970#M226501</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-21T02:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/728018#M226521</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 19:06:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/728018#M226521</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-21T19:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: why is the answer C correct ？</title>
      <link>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/728065#M226553</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 01:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/why-is-the-answer-C-correct/m-p/728065#M226553</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-03-22T01:49:31Z</dc:date>
    </item>
  </channel>
</rss>

