<?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 practice test for base progromming certificate in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483249#M125306</link>
    <description>&lt;P&gt;Not that I mean to nit-pick with the master, but I think that SAS actually processes numeric strings in program code differently than the way that the normal numeric informat converts string data.&amp;nbsp; There was a question about this in the past where someone asked why they got a slightly different floating number for a constant in a program that they did when reading similar number with an input statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also there isn't really a BEST informat, like there is a BEST format.&amp;nbsp; SAS will treat BESTw.d as an alias for the normal w.d informat, just like it also allows the use of Fw.d as an alias.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 211px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22160iF5B8E85D90C560AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 02:32:59 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2018-08-02T02:32:59Z</dc:date>
    <item>
      <title>sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483118#M125247</link>
      <description>&lt;P&gt;Hi everyone, im planning to take the SAS base cert exam and have signed up for a 3rd party websote that provides a bank of questions to run practice tests on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find that many questions are riddled with typos which make identifying syntax errors a little tricky. It worries me that some answers they provide may be incorrect too. Theres a question here I cant seem to figure out why I got wrong (I answered D and the correct answer is C), any opinions would be helpful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="quiz-report-question"&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The following program is submitted.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;data WORK.TEST;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;input Name $ Age;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datalines;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;John +35&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Which values are stored in the output data set?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Response:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;BR /&gt;---------------------&lt;BR /&gt;(missing value)&amp;nbsp;&amp;nbsp; (missing value)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;The DATA step fails execution due to data errors.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;IMG src="http://www.analyticsexam.com/modules/quiz/question_types/multichoice/theme/images/should.png" border="0" alt="Should have chosen" title="This answer is correct, but you didn't choose it" width="30" height="29" /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;BR /&gt;---------------------&lt;BR /&gt;John&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 35&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;IMG src="http://www.analyticsexam.com/modules/quiz/question_types/multichoice/theme/images/wrong.png" border="0" alt="Wrong" title="This answer is wrong" width="32" height="32" /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;BR /&gt;---------------------&lt;BR /&gt;John&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; (missing value)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:12:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483118#M125247</guid>
      <dc:creator>meemo</dc:creator>
      <dc:date>2018-08-01T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483124#M125252</link>
      <description>&lt;P&gt;SAS understands plus and minus signs as valid numeric characters.&amp;nbsp; However, there can't be embedded blanks.&amp;nbsp; So "+35" can be read as numeric, but "+ 35" cannot.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:17:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483124#M125252</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-08-01T17:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483128#M125254</link>
      <description>&lt;P&gt;Hi Astounding, thanks for your reply!&lt;/P&gt;&lt;P&gt;in Programming 1 (Lesson 3) it says a SAS numeric variable can only contain numbers, a single decimal point, a minus sign and E for scientific notation. wouldnt this mean a + sign wont be recognised in a numeric variable?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(i have no programming experience and have never worked in IT, just trying to wrap my brain around this!)&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:32:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483128#M125254</guid>
      <dc:creator>meemo</dc:creator>
      <dc:date>2018-08-01T17:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483129#M125255</link>
      <description>&lt;P&gt;I can't confirm what is written in the lesson materials.&amp;nbsp; But + is legal.&amp;nbsp; Try it for yourself:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data test;&lt;/P&gt;
&lt;P&gt;input numval;&lt;/P&gt;
&lt;P&gt;cards;&lt;/P&gt;
&lt;P&gt;+35&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483129#M125255</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-08-01T17:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483132#M125256</link>
      <description>&lt;P&gt;Are there any other symbols that you know of (apart from the ones above) that are allowed in a numeric variable?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:43:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483132#M125256</guid>
      <dc:creator>meemo</dc:creator>
      <dc:date>2018-08-01T17:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483138#M125258</link>
      <description>&lt;P&gt;I believe that it will also allow D instead of E for scientific notation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:57:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483138#M125258</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-08-01T17:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483142#M125262</link>
      <description>&lt;P&gt;Depending on values listed in the MISSING statement then it will also accept single letters or underscore as meaning the corresponding special missing value. A single period is interpreted as regular missing value.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;missing a b c d ;
data test;
  input x;
cards;
123
+123
-123
123E10
123D10
123.5
A
B
c
d
.
;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483142#M125262</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-08-01T18:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483143#M125263</link>
      <description>&lt;P&gt;Also, please note that "what a numeric variable can contain" and "what can be &lt;EM&gt;read&lt;/EM&gt; &lt;EM&gt;into&lt;/EM&gt;&amp;nbsp;a numeric variable using an informat (or more specifically: the default &lt;EM&gt;w&lt;/EM&gt;. informat)" are two different questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In particular, I strongly disagree with the wording that a SAS numeric variable can "contain ... E for scientific notation". That letter "E" can &lt;EM&gt;never&lt;/EM&gt; be found in the actual content of a numeric variable (which is a certain binary representation). It can only be part of a &lt;EM&gt;formatted&lt;/EM&gt; value of this variable (which is a character string).&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:06:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483143#M125263</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-08-01T18:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483145#M125264</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/201228"&gt;@meemo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Are there any other symbols that you know of (apart from the ones above) that are allowed in a numeric variable?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Depends on what you mean by "allowed in a numeric variable" and what use.&lt;/P&gt;
&lt;P&gt;SAS will allow you to&amp;nbsp;create custom informats to read any specific text value(s) into numeric values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc format library=work;
invalue oddvals
'NA' = -1
'PDQ' = 27
;
run;

data work.example;
  informat x oddvals.;
  input x;
datalines;
1
NA
123456
PDQ
;
run;&lt;/PRE&gt;
&lt;P&gt;And formats can &lt;STRONG&gt;display&lt;/STRONG&gt; a numeric value as practically any text you want:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc format library=work;
value oddvals
-1 = "Closed for repair"
27 = "Poppa done good"
;
run;
proc print data=work.example;
   format x oddvals.;
run;&lt;/PRE&gt;
&lt;P&gt;If a format like oddvals is permanently associated with a variable then anytime the format is active in the current SAS session the values will display as shown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you can override or change formats on the fly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Proc freq data=work.example;
   tables x;
   format x best3.;
run;&lt;/PRE&gt;
&lt;P&gt;Which show the larger value of the variable with only 3 columns so shifts to scientific notation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483145#M125264</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-01T18:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483152#M125268</link>
      <description>&lt;P&gt;I understand what you are saying re what variables can contain and what can be read as a num variable.&amp;nbsp; this entire string is about the question i posted in the beginning, where +35 was recognised as a numeric variable. In asking what is allowed in numeric variables I was referring to what SAS is able to read as valid numeric characters, without needing an informat. "Numeric variables can contain a minus sign etc......" was quoted word for word from the SAS e-learning site.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have an issue with the semantics I suggest you bring it up with the people involved with writing the SAS curriculum. You'd be able to explain it better than I would, and they could probably use the input! I'm guessing the elearning is designed for people with some basic IT knowledge. I'm a pharmacist learning to use SAS for application in clinical trials and not knowing jargon/ basic principles of how things work has made it a little difficult to try to communicate with professionals such as yourself&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483152#M125268</guid>
      <dc:creator>meemo</dc:creator>
      <dc:date>2018-08-01T18:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483244#M125305</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/201228"&gt;@meemo&lt;/a&gt;:&amp;nbsp;&lt;SPAN&gt;&amp;gt;In asking what is allowed in numeric variables I was referring to what SAS is able to read as valid numeric characters, without needing an informat.&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's more accurate to say "when I don't specify an informat explicitly". This is because SAS&amp;nbsp;&lt;EM&gt;always&lt;/EM&gt;&amp;nbsp;uses an informat to turn&amp;nbsp;&lt;EM&gt;any&lt;/EM&gt;&amp;nbsp;data outside the SAS System into SAS data, even if no informat is explicitly specified. This is the case with your specific INPUT statement where $ is a directive to use the $8. informat and the informat omitted after the second field is assumed to be BEST32. It's of paramount importance to understand these things since otherwise you one can't be sure what kind of data enters the system. My personal rule of defensive programming in this regard is to always specify informats explicitly, which can be done in a variety of ways as far as the INPUT statement is concerned. This way, one knows the rules of data conversion as long as one knows the rules of the corresponding informats.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Good luck with using SAS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Paul D.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 02:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483244#M125305</guid>
      <dc:creator>hashman</dc:creator>
      <dc:date>2018-08-02T02:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483249#M125306</link>
      <description>&lt;P&gt;Not that I mean to nit-pick with the master, but I think that SAS actually processes numeric strings in program code differently than the way that the normal numeric informat converts string data.&amp;nbsp; There was a question about this in the past where someone asked why they got a slightly different floating number for a constant in a program that they did when reading similar number with an input statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also there isn't really a BEST informat, like there is a BEST format.&amp;nbsp; SAS will treat BESTw.d as an alias for the normal w.d informat, just like it also allows the use of Fw.d as an alias.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 211px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22160iF5B8E85D90C560AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 02:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483249#M125306</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-08-02T02:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483267#M125311</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's nothing I can disagree with. Some constants (if that's what you mean) may be processed somewhat differently, yet they're still processed using informats, sometimes with twists like in the case of the character and hex literals. You're right that the BESTw. informat isn't listed in the docs but since SAS recognizes it as an alias and doesn't vomit on the shoes of someone who uses it, I mark it as "existing". Heck, there're no implicit arrays or proc DELETE in the docs, either, yet they work just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Paul D.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 04:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483267#M125311</guid>
      <dc:creator>hashman</dc:creator>
      <dc:date>2018-08-02T04:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483328#M125329</link>
      <description>&lt;P&gt;Thanks for providing more context.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/201228"&gt;@meemo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;"Numeric variables can contain a minus sign etc......" was quoted word for word from the SAS e-learning site.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's unfortunate, but it happens in other fields (math, science, ...) as well: Introductory presentations are sometimes oversimplified to the point of being inaccurate or misleading. This may help some learners while confusing others.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 09:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483328#M125329</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-08-02T09:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: sas practice test for base progromming certificate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483755#M125497</link>
      <description>&lt;P&gt;Was the semicolon following the +35 a typo?&amp;nbsp;It&amp;nbsp;results in a syntax error making work.test a dataset with 0 observations making b the best answer.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:04:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-practice-test-for-base-progromming-certificate/m-p/483755#M125497</guid>
      <dc:creator>nohassles</dc:creator>
      <dc:date>2018-08-03T13:04:52Z</dc:date>
    </item>
  </channel>
</rss>

