<?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: MCQ in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/MCQ/m-p/477345#M122925</link>
    <description>&lt;P&gt;Actually can you explain me the correct option. I have found this question in a sample set for sas base certification.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jul 2018 07:05:57 GMT</pubDate>
    <dc:creator>abhishekganguly</dc:creator>
    <dc:date>2018-07-12T07:05:57Z</dc:date>
    <item>
      <title>MCQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MCQ/m-p/477337#M122919</link>
      <description>&lt;P&gt;&lt;STRONG&gt;What does the following log indicate about your program?&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;proc print data=sasuser.cargo99&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;var origin dest cargorev;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 22&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 76&lt;/DIV&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;, (, DATA, DOUBLE, HEADING, LABEL,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;N, NOOBS, OBS, ROUND, ROWS, SPLIT, STYLE,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;UNIFORM, WIDTH.&lt;/DIV&gt;&lt;P&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;11 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;all of the above&lt;/P&gt;&lt;P&gt;SAS identifies a syntax error at the position of the VAR statement.&lt;/P&gt;&lt;P&gt;SAS is reading VAR as an option in the PROC PRINT statement.&lt;/P&gt;&lt;P&gt;SAS has stopped processing the program because of errors.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Jul 2018 06:34:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MCQ/m-p/477337#M122919</guid>
      <dc:creator>abhishekganguly</dc:creator>
      <dc:date>2018-07-12T06:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: MCQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MCQ/m-p/477344#M122924</link>
      <description>&lt;P&gt;Seems to be copied from an exam ... and what is your question?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 07:04:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MCQ/m-p/477344#M122924</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-07-12T07:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: MCQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MCQ/m-p/477345#M122925</link>
      <description>&lt;P&gt;Actually can you explain me the correct option. I have found this question in a sample set for sas base certification.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 07:05:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MCQ/m-p/477345#M122925</guid>
      <dc:creator>abhishekganguly</dc:creator>
      <dc:date>2018-07-12T07:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: MCQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MCQ/m-p/477351#M122927</link>
      <description>&lt;P&gt;SAS identifies a syntax error at the position of the VAR statement.&lt;/P&gt;
&lt;P&gt;SAS is reading VAR as an option in the PROC PRINT statement.&lt;/P&gt;
&lt;P&gt;SAS has stopped processing the program because of errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all are true.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you have to ask yourself: what could be the reason for SAS to find a syntax error where VAR appears in the code?&lt;/P&gt;
&lt;P&gt;Hint: Maxim 1 (read the documentation): &lt;A href="http://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=proc&amp;amp;docsetTarget=p10qiuo2yicr4qn17rav8kptnjpu.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=proc&amp;amp;docsetTarget=p10qiuo2yicr4qn17rav8kptnjpu.htm&amp;amp;locale=en&lt;/A&gt;, see the examples section for selecting variables.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 07:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MCQ/m-p/477351#M122927</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-07-12T07:15:55Z</dc:date>
    </item>
  </channel>
</rss>

