<?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: Advance Certification book QA in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/688117#M1023</link>
    <description>&lt;P&gt;I would also say three.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 06:00:14 GMT</pubDate>
    <dc:creator>jimbarbour</dc:creator>
    <dc:date>2020-10-01T06:00:14Z</dc:date>
    <item>
      <title>Advance Certification book QA</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/687614#M1020</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How many statments? Adv Cert Book&amp;nbsp; chap 1 2nd question is answer right? What about Quit statement?&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;How many statements does the program below contain?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;proc sql;&lt;/P&gt;
&lt;P&gt;select grapes,oranges,&lt;/P&gt;
&lt;P&gt;grapes + oranges as sumsales&lt;/P&gt;
&lt;P&gt;from certadv.produce&lt;/P&gt;
&lt;P&gt;order by sumsales;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;two&lt;/LI&gt;
&lt;LI&gt;three&lt;/LI&gt;
&lt;LI&gt;four&lt;/LI&gt;
&lt;LI&gt;five&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;Correct answer: a&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;There are two statements, the PROC SQL statement and the SELECT statement. The&lt;/P&gt;
&lt;P&gt;SELECT statement contains three clauses: the SELECT clause, the FROM clause,&lt;/P&gt;
&lt;P&gt;and the ORDER BY clause.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/687614#M1020</guid>
      <dc:creator>rimal_mahesh</dc:creator>
      <dc:date>2020-09-29T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Advance Certification book QA</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/688117#M1023</link>
      <description>&lt;P&gt;I would also say three.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 06:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/688117#M1023</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-01T06:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Advance Certification book QA</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/688236#M1027</link>
      <description>&lt;P&gt;What version of the&amp;nbsp;Certification Prep Guide are you using? I have&amp;nbsp;the&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;"SAS® Certification Prep Guide,&amp;nbsp;Advanced Programming for SAS®9 Fourth Edition". In my copy, quiz question 2 on page page 23 states:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;2.How many statements does the program below contain?&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;proc sql;
select grapes,oranges,
grapes + oranges as sumsales
from sales.produce
order by sumsales;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;a.two&lt;BR /&gt;b.three&lt;BR /&gt;c.four&lt;BR /&gt;d.five&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this question, the correct answer would be "a. two".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the question you posted here, the correct answer would be "b. three".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 14:45:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/688236#M1027</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2020-10-01T14:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Advance Certification book QA</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/688237#M1028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13728"&gt;@SASJedi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That helps explain the issue. Looks like in the latest guide (the one for the Programming Professional credential), a &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;quit;&lt;/FONT&gt;&lt;/STRONG&gt; statement was added to the question but not accounted for in the correct answer.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 14:49:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/688237#M1028</guid>
      <dc:creator>Mark2010</dc:creator>
      <dc:date>2020-10-01T14:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Advance Certification book QA</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/694624#M1041</link>
      <description>The simplest way to calculate numbers of statements - calculate the number of ; (semicolon)</description>
      <pubDate>Tue, 27 Oct 2020 16:26:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Advance-Certification-book-QA/m-p/694624#M1041</guid>
      <dc:creator>larkino</dc:creator>
      <dc:date>2020-10-27T16:26:23Z</dc:date>
    </item>
  </channel>
</rss>

