<?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: sas exam question in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352472#M82174</link>
    <description>actually i know it means different retainn retainnn wht u want to say.but wanted to clear my doubt as leading and trailing before each word or complete answer</description>
    <pubDate>Sat, 22 Apr 2017 19:01:51 GMT</pubDate>
    <dc:creator>paddyb</dc:creator>
    <dc:date>2017-04-22T19:01:51Z</dc:date>
    <item>
      <title>sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352462#M82167</link>
      <description>&lt;P&gt;I am planning to appear sas exam soon.I have doubt as looking some questions on google&lt;/P&gt;&lt;P&gt;if its mentioned while writting answer that dont put leading and trailing space what should we do&lt;/P&gt;&lt;P&gt;1]RETAIN AGENUM&lt;/P&gt;&lt;P&gt;2]RETAINAGENUM&lt;/P&gt;&lt;P&gt;WHICH OPTION IS CORRECT?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352462#M82167</guid>
      <dc:creator>paddyb</dc:creator>
      <dc:date>2017-04-22T18:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352464#M82168</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/102019"&gt;@paddyb&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I am planning to appear sas exam soon.I have doubt as looking some questions on google&lt;/P&gt;
&lt;P&gt;if its mentioned while writting answer that dont put leading and trailing space what should we do&lt;/P&gt;
&lt;P&gt;1]RETAIN AGENUM&lt;/P&gt;
&lt;P&gt;2]RETAINAGENUM&lt;/P&gt;
&lt;P&gt;WHICH OPTION IS CORRECT?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;1, but my guess is you're misinterpreting the comment about leading and trailing spaces.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352464#M82168</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-22T18:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352466#M82169</link>
      <description>Thanks.yes Just wanted to conform that it means space before and after the answer.Not in between.Giving exam for first time so dont want to take any chance:)</description>
      <pubDate>Sat, 22 Apr 2017 18:38:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352466#M82169</guid>
      <dc:creator>paddyb</dc:creator>
      <dc:date>2017-04-22T18:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352467#M82170</link>
      <description>&lt;P&gt;Think about how a computer can interpret the text you write.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RETAINAGENUM is that:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RETAIN AGENUM; &amp;nbsp;*one variable;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;RETAIN AGE NUM; *two variables;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there's likely ambiguity, it's likely incorrect.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352467#M82170</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-22T18:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352468#M82171</link>
      <description>&lt;P&gt;The questions are multiple choice so leading/trailing blanks will have no impact on anything either.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:41:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352468#M82171</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-22T18:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352470#M82172</link>
      <description>&lt;P&gt;Thanks.had doubt when options are not given and we need to write answer.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352470#M82172</guid>
      <dc:creator>paddyb</dc:creator>
      <dc:date>2017-04-22T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352471#M82173</link>
      <description>&lt;P&gt;I would suggest get a grasp of literal, keyword, &amp;nbsp;operand, operators,constants and tokens(tokenisation if you wish) without fail before you take any test in any programming language.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May i ask you a question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;What do you think happens here and why:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data w;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;retain retain retainn retainnn ' ';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will get you started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 18:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352471#M82173</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2017-04-22T18:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352472#M82174</link>
      <description>actually i know it means different retainn retainnn wht u want to say.but wanted to clear my doubt as leading and trailing before each word or complete answer</description>
      <pubDate>Sat, 22 Apr 2017 19:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352472#M82174</guid>
      <dc:creator>paddyb</dc:creator>
      <dc:date>2017-04-22T19:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352481#M82176</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/102019"&gt;@paddyb&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks.had doubt when options are not given and we need to write answer.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You don't need to write any answers on the SAS exams. They're multiple choice for Base and Advanced Certification&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 20:17:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352481#M82176</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-22T20:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352482#M82177</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/102019"&gt;@paddyb&lt;/a&gt; wrote:&lt;BR /&gt;actually i know it means different retainn retainnn wht u want to say.but wanted to clear my doubt as leading and trailing before each word or complete answer&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I understand English may be a second language but please try and use proper punctuation and/or full words. There is no character limit like Twitter.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 20:21:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/352482#M82177</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-22T20:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: sas exam question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/364931#M86613</link>
      <description>&lt;P&gt;Actually, there are more than just short answer questions on SAS exams. This includes numeric and short answer text (as well as some innovative types too, that simulate User Interface, but these aren't on Base).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For short answer text answers, you are typically asked to provide a short segment of code to complete a program.&amp;nbsp;The answer has some flexibility to evaluate the response, so any valid SAS syntax that would work would be marked correct. So in this examlple:&lt;/P&gt;
&lt;PRE&gt;retain age num;
  retain age num ;
retain num age;
retain     num    age ;;&lt;/PRE&gt;
&lt;P&gt;would all work, while&lt;/P&gt;
&lt;PRE&gt;retainagenum;&lt;/PRE&gt;
&lt;P&gt;certainly would not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In short, write it like you would your code and you'll be fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(This is also a good example of why you should stay away from google/unauthorized test prep....it is going to steer you in the wrong direction.)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 12:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-exam-question/m-p/364931#M86613</guid>
      <dc:creator>Mark2010</dc:creator>
      <dc:date>2017-06-07T12:08:25Z</dc:date>
    </item>
  </channel>
</rss>

