<?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: Question on SAS certification practice test in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665541#M941</link>
    <description>&lt;P&gt;Thank you for your help. I did put in the upcase stmt correctly along with the sort stmt.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Jun 2020 15:45:30 GMT</pubDate>
    <dc:creator>stippur</dc:creator>
    <dc:date>2020-06-27T15:45:30Z</dc:date>
    <item>
      <title>Question on SAS certification practice test</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665473#M935</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Write a SAS program that will:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Create output data set&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;results.output27a&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;as a subset of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;cert.input27&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;where the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;country&lt;/STRONG&gt;&amp;nbsp;variable's value is “US” (any variation of case, such as US or us).&lt;/LI&gt;&lt;LI&gt;Sort&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;results.output27a:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;first by the variable&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;state&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in ascending order&lt;/LI&gt;&lt;LI&gt;then by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Postal_Code&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in descending order&lt;/LI&gt;&lt;LI&gt;and finally by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;employee_ID&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;in ascending order.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;They are asking what employee_ID is for obs 100? They have answer as&amp;nbsp;&lt;SPAN&gt;120781. I am getting answer as 121030. Can someone please help me? Thanks. I am prepping for the exam.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 22:01:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665473#M935</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-06-26T22:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question on SAS certification practice test</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665475#M937</link>
      <description>the practice test posts example solution code in addition to the answer.  What is different between that code and your code ?</description>
      <pubDate>Fri, 26 Jun 2020 22:06:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665475#M937</guid>
      <dc:creator>Mark2010</dc:creator>
      <dc:date>2020-06-26T22:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question on SAS certification practice test</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665476#M938</link>
      <description>&lt;P&gt;I am not seeing a difference between my code and what was given. I will have another look. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 22:22:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665476#M938</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-06-26T22:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question on SAS certification practice test</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665477#M939</link>
      <description>&lt;P&gt;Show your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 22:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665477#M939</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-06-26T22:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question on SAS certification practice test</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665512#M940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/141648"&gt;@stippur&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you put :&lt;/P&gt;
&lt;P&gt;- a where clause on&amp;nbsp;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;upcase(country) = "US"&lt;/STRONG&gt;&lt;/FONT&gt; to be sure to retrieve "US", "Us" and "us" values?&lt;/P&gt;
&lt;P&gt;- the following by statement:&amp;nbsp;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;by state descending Postal_code employee_ID;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Best,&lt;/DIV&gt;</description>
      <pubDate>Sat, 27 Jun 2020 09:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665512#M940</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-06-27T09:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question on SAS certification practice test</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665541#M941</link>
      <description>&lt;P&gt;Thank you for your help. I did put in the upcase stmt correctly along with the sort stmt.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 15:45:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665541#M941</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-06-27T15:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question on SAS certification practice test</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665669#M945</link>
      <description>&lt;P&gt;I repeat&lt;/P&gt;
&lt;P&gt;Show your code. Otherwise we have to &lt;STRONG&gt;guess&lt;/STRONG&gt; line by possible line what you might have gotten wrong&lt;/P&gt;
&lt;P&gt;And it would be best to show from the log along with any notes.&lt;/P&gt;
&lt;P&gt;Copy the log with the code and notes and paste into a code box opened on the forum with the &amp;lt;/&amp;gt; icon to preserver formatting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That will confirm what was actually submitted. We get "code" all the time that eventually turns out not to be what was actually submitted or not paying attention to warnings and even errors.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 23:42:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665669#M945</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-06-28T23:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question on SAS certification practice test</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665690#M946</link>
      <description>&lt;P&gt;Thanks I was able to figure out the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 03:53:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Question-on-SAS-certification-practice-test/m-p/665690#M946</guid>
      <dc:creator>stippur</dc:creator>
      <dc:date>2020-06-29T03:53:02Z</dc:date>
    </item>
  </channel>
</rss>

