<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2662150051669820928</id><updated>2026-06-07T06:29:34.456-07:00</updated><category term="datastep execution"/><category term="INFILE statement"/><category term="SAS dates"/><category term="INPUT statement"/><category term="SAS 9.2"/><category term="SAS Certification"/><category term="Delete"/><category term="Drop statement"/><category term="IF"/><category term="LABEL option"/><category term="Length"/><category term="Macro"/><category term="Nodupkey"/><category term="Output statement"/><category term="Proc Datasets"/><category term="Proc Means"/><category term="Proc Report"/><category term="Proc Sort"/><category term="Retain statement"/><category term="SAS Array"/><category term="SAS Match merging"/><category term="SAS concatenation"/><category term="SAS functions"/><category term="SAS libraries"/><category term="SAS name"/><category term="Substr function"/><category term="Where"/><category term="_n_"/><category term="data _null_"/><category term="descriptive"/><category term="length statement"/><category term="line pointer"/><category term="missing values"/><category term="obs=option"/><category term="trailing at"/><category term="trim function"/><category term="variable resolution"/><title type='text'>SAS Certification Questions</title><subtitle type='html'>Collection of Practice questions and Answers for SAS Certification...</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default?start-index=26&amp;max-results=25'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>188</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-7304664930613632166</id><published>2010-01-27T09:18:00.001-08:00</published><updated>2010-01-27T09:18:35.330-08:00</updated><title type='text'>Q30</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.total;&lt;br /&gt;
set work.salary(keep = department wagerate);&lt;br /&gt;
by department;&lt;br /&gt;
if first.department then payroll = 0;&lt;br /&gt;
payroll + wagerate;&lt;br /&gt;
if last.department;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
The SAS data set named WORK.SALARY contains 10 observations for each department, currently ordered by DEPARTMENT.&lt;br /&gt;
&lt;br /&gt;
Which one of the following is true regarding the program above?&lt;br /&gt;
&lt;br /&gt;
A. The BY statement in the DATA step causes a syntax error.&lt;br /&gt;
B. FIRST.DEPARTMENT and LAST.DEPARTMENT are variables in the WORK.TOTAL data set.&lt;br /&gt;
C. The values of the variable PAYROLL represent the total for each department in the WORK.SALARY data set.&lt;br /&gt;
D. The values of the variable PAYROLL represent a total for all values of WAGERATE in the WORK.SALARY data set.</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/7304664930613632166/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q30.html#comment-form' title='69 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7304664930613632166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7304664930613632166'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q30.html' title='Q30'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>69</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-7878314656459297798</id><published>2010-01-27T09:17:00.005-08:00</published><updated>2010-01-27T09:17:48.001-08:00</updated><title type='text'>Q29</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
libname sasdata &#39;SAS-data-library&#39;;&lt;br /&gt;
data test;&lt;br /&gt;
set sasdata.chemists (keep = job_code);&lt;br /&gt;
if job_code = &#39;chem3&#39; then description = &#39;Senior Chemist&#39;;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
The variable JOB_CODE is a character variable with a length of 6 bytes.&lt;br /&gt;
&lt;br /&gt;
Which one of the following is the length of the variable DESCRIPTION in the output data set?&lt;br /&gt;
&lt;br /&gt;
A. 6 bytes&lt;br /&gt;
B. 8 bytes&lt;br /&gt;
C. 14 bytes&lt;br /&gt;
D. 200 bytes</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/7878314656459297798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q29.html#comment-form' title='28 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7878314656459297798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7878314656459297798'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q29.html' title='Q29'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>28</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-7942282828981620536</id><published>2010-01-27T09:17:00.003-08:00</published><updated>2010-01-27T09:17:14.633-08:00</updated><title type='text'>Q28</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.accounting;&lt;br /&gt;
set work.dept1 work.dept2;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
A character variable named JOBCODE is contained in both the WORK.DEPT1 and WORK.DEPT2 SAS data sets. The variable JOBCODE has a length of 5 in the WORK.DEPT1 data set and a length of 7 in the WORK.DEPT2 data set. &lt;br /&gt;
Which one of the following is the length of the variable JOBCODE in the output data set?&lt;br /&gt;
&lt;br /&gt;
A. 5&lt;br /&gt;
B. 7&lt;br /&gt;
C. 8&lt;br /&gt;
D. 12</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/7942282828981620536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q28.html#comment-form' title='23 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7942282828981620536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7942282828981620536'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q28.html' title='Q28'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>23</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-2797185362341689917</id><published>2010-01-27T09:16:00.001-08:00</published><updated>2010-01-27T09:16:34.692-08:00</updated><title type='text'>Q27</title><content type='html'>The following SAS DATA step is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.accounting;&lt;br /&gt;
set work.department;&lt;br /&gt;
length jobcode $ 12;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
The WORK.DEPARTMENT SAS data set contains a character variable named JOBCODE with a length of 5. Which one of the following is the length of the variable JOBCODE in the output data set?&lt;br /&gt;
&lt;br /&gt;
A. 5&lt;br /&gt;
B. 8&lt;br /&gt;
C. 12&lt;br /&gt;
D. The length cannot be determined as the program fails to execute due to errors.</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/2797185362341689917/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q27.html#comment-form' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2797185362341689917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2797185362341689917'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q27.html' title='Q27'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-7893010872107300048</id><published>2010-01-27T09:15:00.004-08:00</published><updated>2010-01-27T09:15:56.483-08:00</updated><title type='text'>Q26</title><content type='html'>Which one of the following SAS statements renames two variables?&lt;br /&gt;
&lt;br /&gt;
A. set work.dept1 work.dept2(rename = (jcode = jobcode) (sal = salary));&lt;br /&gt;
&lt;br /&gt;
B. set work.dept1 work.dept2(rename = (jcode = jobcode sal = salary));&lt;br /&gt;
&lt;br /&gt;
C. set work.dept1 work.dept2(rename = jcode = jobcode sal = salary);&lt;br /&gt;
&lt;br /&gt;
D. set work.dept1 work.dept2(rename = (jcode jobcode) (sal salary));</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/7893010872107300048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q26.html#comment-form' title='18 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7893010872107300048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7893010872107300048'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q26.html' title='Q26'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>18</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-2797722519973895995</id><published>2010-01-27T09:15:00.002-08:00</published><updated>2010-01-27T09:15:36.095-08:00</updated><title type='text'>Q25</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.company;&lt;br /&gt;
set work.dept1(keep = jobcode) work.dept2(rename = (jcode = jobcode));&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following is the result?&lt;br /&gt;
&lt;br /&gt;
A. The variable JCODE is written to the output data set.&lt;br /&gt;
B. The variable JOBCODE is written to the output data set.&lt;br /&gt;
C. Neither variable JCODE nor JOBCODE is written to the output data set.&lt;br /&gt;
D. The program fails to execute due to errors.</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/2797722519973895995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q25.html#comment-form' title='15 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2797722519973895995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2797722519973895995'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q25.html' title='Q25'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>15</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-2553446725807100297</id><published>2010-01-27T09:15:00.000-08:00</published><updated>2010-01-27T09:15:09.810-08:00</updated><title type='text'>Q24</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.passengers;&lt;br /&gt;
if OrigPassengers = . then OrigPassengers = 100;&lt;br /&gt;
TransPassengers = 100;&lt;br /&gt;
OrigPassengers = .;&lt;br /&gt;
NonPaying = 10;&lt;br /&gt;
TotalPassengers = sum (OrigPassengers, TransPassengers);&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following is the value of the TOTALPASSENGERS variable in the output data set?&lt;br /&gt;
&lt;br /&gt;
A. 100&lt;br /&gt;
B. 110&lt;br /&gt;
C. 200&lt;br /&gt;
D. . (missing numeric value)</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/2553446725807100297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q24.html#comment-form' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2553446725807100297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2553446725807100297'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q24.html' title='Q24'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>17</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-5501843964722531826</id><published>2010-01-27T09:13:00.003-08:00</published><updated>2010-01-27T09:13:43.775-08:00</updated><title type='text'>Q23</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
data work.passengers;&lt;br /&gt;
if OrigPassengers = . then OrigPassengers = 100;&lt;br /&gt;
TransPassengers = 100;&lt;br /&gt;
OrigPassengers = .;&lt;br /&gt;
NonPaying = 10;&lt;br /&gt;
TotalPassengers = OrigPassengers + TransPassengers;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following is the value of the TOTALPASSENGERS variable in the output data set?&lt;br /&gt;
&lt;br /&gt;
A. 100&lt;br /&gt;
B. 110&lt;br /&gt;
C. 200&lt;br /&gt;
D. . (missing numeric value)</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/5501843964722531826/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q23.html#comment-form' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/5501843964722531826'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/5501843964722531826'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q23.html' title='Q23'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-3304792995596959055</id><published>2010-01-27T09:13:00.001-08:00</published><updated>2010-01-27T09:13:12.158-08:00</updated><title type='text'>Q22</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.staff;&lt;br /&gt;
JobCategory = &#39;FA&#39;;&lt;br /&gt;
JobLevel = &#39;1&#39;;&lt;br /&gt;
JobCategory = JobCategory || JobLevel;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following is the value of the variable JOBCATEGORY in the output data set?&lt;br /&gt;
&lt;br /&gt;
A. FA&lt;br /&gt;
B. FA1&lt;br /&gt;
C. FA 1&lt;br /&gt;
D. &#39; &#39; (missing character value)</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/3304792995596959055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q22.html#comment-form' title='73 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/3304792995596959055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/3304792995596959055'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q22.html' title='Q22'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>73</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-2194599188194012848</id><published>2010-01-27T09:12:00.003-08:00</published><updated>2010-01-27T09:12:43.982-08:00</updated><title type='text'>Q21</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.one;&lt;br /&gt;
x = 3;&lt;br /&gt;
y = 2;&lt;br /&gt;
z = x ** y;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following is the value of the variable Z in the output data set?&lt;br /&gt;
&lt;br /&gt;
A. 6&lt;br /&gt;
B. 9&lt;br /&gt;
C. . (missing numeric value)&lt;br /&gt;
D. The program fails to execute due to errors.</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/2194599188194012848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q21.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2194599188194012848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2194599188194012848'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q21.html' title='Q21'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-2209555348284005548</id><published>2010-01-27T09:12:00.001-08:00</published><updated>2010-01-27T09:12:08.117-08:00</updated><title type='text'>Q20</title><content type='html'>The SAS data set named WORK.TEST is listed below:&lt;br /&gt;
&lt;br /&gt;
capacity airplanetype staff&lt;br /&gt;
150 Large 10&lt;br /&gt;
&lt;br /&gt;
Which one of the following SAS programs created this data set?&lt;br /&gt;
&lt;br /&gt;
A. data work.test;&lt;br /&gt;
capacity = 150;&lt;br /&gt;
if 100 le capacity le 200 then airplanetype = &#39;Large&#39; and staff = 10;&lt;br /&gt;
else airplanetype = &#39;Small&#39; and staff = 5;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
B. data work.test;&lt;br /&gt;
capacity = 150;&lt;br /&gt;
if 100 le capacity le 200 then    do;&lt;br /&gt;
         airplanetype = &#39;Large&#39;;&lt;br /&gt;
        staff = 10;&lt;br /&gt;
end;&lt;br /&gt;
else do;&lt;br /&gt;
        airplanetype = &#39;Small&#39;;&lt;br /&gt;
        staff = 5;&lt;br /&gt;
end;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
C. data work.test;&lt;br /&gt;
capacity = 150;&lt;br /&gt;
if 100 le capacity le 200 then do;&lt;br /&gt;
     airplanetype = &#39;Large&#39;;&lt;br /&gt;
     staff = 10;&lt;br /&gt;
else do;&lt;br /&gt;
     airplanetype = &#39;Small&#39;;&lt;br /&gt;
     staff = 5;&lt;br /&gt;
end;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
D. data work.test;&lt;br /&gt;
capacity = 150;&lt;br /&gt;
if 100 le capacity le 200 then;&lt;br /&gt;
airplanetype = &#39;Small&#39;;&lt;br /&gt;
staff = 5;&lt;br /&gt;
else;&lt;br /&gt;
airplanetype = &#39;Large&#39;;&lt;br /&gt;
staff = 10;&lt;br /&gt;
run;</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/2209555348284005548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q20.html#comment-form' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2209555348284005548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2209555348284005548'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q20.html' title='Q20'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-927985564880973367</id><published>2010-01-27T09:11:00.001-08:00</published><updated>2010-01-27T09:11:09.838-08:00</updated><title type='text'>Q19</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.flights;&lt;br /&gt;
destination = &#39;cph&#39;;&lt;br /&gt;
select(destination);&lt;br /&gt;
when(&#39;LHR&#39;) city = &#39;London&#39;;&lt;br /&gt;
when(&#39;CPH&#39;) city = &#39;Copenhagen&#39;;&lt;br /&gt;
otherwise city = &#39;Other&#39;;&lt;br /&gt;
end;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following is the value of the CITY variable?&lt;br /&gt;
A. Other&lt;br /&gt;
B. Copenh&lt;br /&gt;
C. Copenhagen&lt;br /&gt;
D. &#39; &#39; (missing character value)</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/927985564880973367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q19.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/927985564880973367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/927985564880973367'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q19.html' title='Q19'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-5466173514767006278</id><published>2010-01-27T09:10:00.002-08:00</published><updated>2010-01-27T09:10:34.796-08:00</updated><title type='text'>Q18</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.flights;&lt;br /&gt;
destination = &#39;CPH&#39;;&lt;br /&gt;
select(destination);&lt;br /&gt;
when(&#39;LHR&#39;) city = &#39;London&#39;;&lt;br /&gt;
when(&#39;CPH&#39;) city = &#39;Copenhagen&#39;;&lt;br /&gt;
otherwise;&lt;br /&gt;
end;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following is the value of the CITY variable?&lt;br /&gt;
&lt;br /&gt;
A. London&lt;br /&gt;
B. Copenh&lt;br /&gt;
C. Copenhagen&lt;br /&gt;
D. &#39; &#39; (missing character value)</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/5466173514767006278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q18.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/5466173514767006278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/5466173514767006278'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q18.html' title='Q18'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-4782234319407517921</id><published>2010-01-27T09:10:00.000-08:00</published><updated>2010-01-27T09:10:02.234-08:00</updated><title type='text'>Q17</title><content type='html'>The SAS data set EMPLOYEE_INFO is listed below:&lt;br /&gt;
&lt;br /&gt;
IDNumber  Expenses&lt;br /&gt;
2542 100.00&lt;br /&gt;
3612 133.15&lt;br /&gt;
2198 234.34&lt;br /&gt;
2198 111.12&lt;br /&gt;
&lt;br /&gt;
The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
proc sort data = employee_info;&lt;br /&gt;
&lt;by statement here&gt;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following BY statements completes the program and sorts the data sequentially by descending expense values within each descending IDNUMBER value?&lt;br /&gt;
&lt;br /&gt;
A. by descending IDNumber Expenses;&lt;br /&gt;
B. by (IDNumber Expenses) descending;&lt;br /&gt;
C. by IDNumber descending Expenses descending;&lt;br /&gt;
D. by descending IDNumber descending Expenses;</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/4782234319407517921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q17.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/4782234319407517921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/4782234319407517921'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q17.html' title='Q17'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-950767667410118957</id><published>2010-01-27T09:09:00.001-08:00</published><updated>2010-01-27T09:09:19.439-08:00</updated><title type='text'>Q16</title><content type='html'>The SAS data set QTR1_REVENUE is listed below:&lt;br /&gt;
&lt;br /&gt;
destination revenue&lt;br /&gt;
YYZ 53634&lt;br /&gt;
FRA 62129&lt;br /&gt;
FRA 75962&lt;br /&gt;
RDU 76254&lt;br /&gt;
YYZ 82174&lt;br /&gt;
&lt;br /&gt;
The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
proc sort data = qtr1_revenue;&lt;br /&gt;
by destination descending revenue;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following represents the first observation in the output data set?&lt;br /&gt;
&lt;br /&gt;
A. destination revenue&lt;br /&gt;
YYZ 82174&lt;br /&gt;
&lt;br /&gt;
B. destination revenue&lt;br /&gt;
YYZ 53634&lt;br /&gt;
&lt;br /&gt;
C. destination revenue&lt;br /&gt;
FRA 62129&lt;br /&gt;
&lt;br /&gt;
D. destination revenue&lt;br /&gt;
FRA 75962</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/950767667410118957/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q16.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/950767667410118957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/950767667410118957'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q16.html' title='Q16'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-4195009584231174894</id><published>2010-01-27T09:08:00.003-08:00</published><updated>2010-01-27T09:08:46.054-08:00</updated><title type='text'>Q15</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
libname company &#39;SAS-data-library&#39;;&lt;br /&gt;
proc sort data = company.payroll;&lt;br /&gt;
by EmployeeIDNumber;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Write access has been granted to the COMPANY library.&lt;br /&gt;
&lt;br /&gt;
Which one of the following represents how the observations are sorted?&lt;br /&gt;
&lt;br /&gt;
A. COMPANY.PAYROLL is recreated in sorted order by EmployeeIDNumber.&lt;br /&gt;
&lt;br /&gt;
B. COMPANY.PAYROLL is stored in original order, and a new data set PAYROLL is created in sorted order by EmployeeIDNumber.&lt;br /&gt;
&lt;br /&gt;
C. COMPANY.PAYROLL is stored in original order, and a new data set   &lt;br /&gt;
     COMPANY.PAYROLLSORTED is created in sorted order by EmployeeIDNumber.&lt;br /&gt;
&lt;br /&gt;
D. COMPANY.PAYROLL is recreated in sorted order by EmployeeIDNumber, and a new data set PAYROLL is created in sorted order by EmployeeIDNumber.</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/4195009584231174894/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q15.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/4195009584231174894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/4195009584231174894'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q15.html' title='Q15'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-1630742203130317525</id><published>2010-01-27T09:08:00.001-08:00</published><updated>2010-01-27T09:08:13.482-08:00</updated><title type='text'>Q14</title><content type='html'>The SAS data set EMPLOYEE_INFO is listed below:&lt;br /&gt;
&lt;br /&gt;
IDNumber Expenses&lt;br /&gt;
2542 100.00&lt;br /&gt;
3612 133.15&lt;br /&gt;
2198 234.34&lt;br /&gt;
2198 111.12&lt;br /&gt;
&lt;br /&gt;
The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
proc sort data = employee_info;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following BY statements completes the program and sorts the data sequentially by ascending expense values within each ascending IDNUMBER value?&lt;br /&gt;
&lt;br /&gt;
A. by Expenses IDNumber;&lt;br /&gt;
B. by IDNumber Expenses;&lt;br /&gt;
C. by ascending (IDNumber Expenses);&lt;br /&gt;
D. by ascending IDNumber ascending Expenses;</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/1630742203130317525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q14.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/1630742203130317525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/1630742203130317525'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q14.html' title='Q14'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-5189414194327001719</id><published>2010-01-27T09:06:00.003-08:00</published><updated>2010-01-27T09:07:42.748-08:00</updated><title type='text'>Q13</title><content type='html'>The SAS data set WORK.AWARDS is listed below:&lt;br /&gt;
&lt;br /&gt;
fname points&lt;br /&gt;
Amy 2&lt;br /&gt;
Amy 1&lt;br /&gt;
Gerard 3&lt;br /&gt;
Wang 3&lt;br /&gt;
Wang 1&lt;br /&gt;
Wang 2&lt;br /&gt;
&lt;br /&gt;
The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
proc sort data = work.awards;&lt;br /&gt;
by descending fname points;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following represents how the observations are sorted?&lt;br /&gt;
&lt;br /&gt;
A. Wang 3&lt;br /&gt;
Gerard 3&lt;br /&gt;
Wang 2&lt;br /&gt;
Amy 2&lt;br /&gt;
Wang 1&lt;br /&gt;
Amy 1&lt;br /&gt;
&lt;br /&gt;
B. Wang 3&lt;br /&gt;
Wang 2&lt;br /&gt;
Wang 1&lt;br /&gt;
Gerard 3&lt;br /&gt;
Amy 2&lt;br /&gt;
Amy 1&lt;br /&gt;
&lt;br /&gt;
C. Wang 3&lt;br /&gt;
Wang 1&lt;br /&gt;
Wang 2&lt;br /&gt;
Gerard 3&lt;br /&gt;
Amy 2&lt;br /&gt;
Amy 1&lt;br /&gt;
&lt;br /&gt;
D. Wang 1&lt;br /&gt;
Wang 2&lt;br /&gt;
Wang 3&lt;br /&gt;
Gerard 3&lt;br /&gt;
Amy 1&lt;br /&gt;
Amy 2</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/5189414194327001719/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/sas-data-set-work.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/5189414194327001719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/5189414194327001719'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/sas-data-set-work.html' title='Q13'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-3621023824499547107</id><published>2010-01-27T09:06:00.001-08:00</published><updated>2010-01-27T09:06:07.230-08:00</updated><title type='text'>Q11</title><content type='html'>The observations in the SAS data set WORK.TEST are ordered by the values of the variable SALARY.&lt;br /&gt;
&lt;br /&gt;
The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
proc sort data = work.test out = work.testsorted;&lt;br /&gt;
by name;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following is the result of the SAS program?&lt;br /&gt;
A. The data set WORK.TEST is stored in ascending order by values of the NAME variable.&lt;br /&gt;
B. The data set WORK.TEST is stored in descending order by values of the NAME variable.&lt;br /&gt;
C. The data set WORK.TESTSORTED is stored in ascending order by values of the NAME variable.&lt;br /&gt;
D. The data set WORK.TESTSORTED is stored in descending order by values of the NAME variable.</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/3621023824499547107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q11.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/3621023824499547107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/3621023824499547107'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q11.html' title='Q11'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-8221756259539784547</id><published>2010-01-27T09:05:00.003-08:00</published><updated>2010-01-27T09:05:34.712-08:00</updated><title type='text'>Q10</title><content type='html'>Which one of the following statements is true regarding the name of a SAS array?&lt;br /&gt;
&lt;br /&gt;
A. It is saved with the data set.&lt;br /&gt;
B. It can be used in procedures.&lt;br /&gt;
C. It exists only for the duration of the DATA step.&lt;br /&gt;
D. It can be the same as the name of a variable in the data set.</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/8221756259539784547/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q10.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/8221756259539784547'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/8221756259539784547'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q10.html' title='Q10'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-4879313956778378573</id><published>2010-01-27T09:05:00.001-08:00</published><updated>2010-01-27T09:05:06.432-08:00</updated><title type='text'>Q9</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data stats;&lt;br /&gt;
set revenue;&lt;br /&gt;
array weekly{5} mon tue wed thu fri;&lt;br /&gt;
&lt;do statement here&gt;&lt;br /&gt;
total = weekly{i} * .25;&lt;br /&gt;
output;&lt;br /&gt;
end;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following DO statements completes the program and processes the elements of the WEEKLY array?&lt;br /&gt;
&lt;br /&gt;
A. do i = 1 to 5;&lt;br /&gt;
B. do weekly{i} = 1 to 5;&lt;br /&gt;
C. do i = mon tue wed thu fri;&lt;br /&gt;
D. A DO loop cannot be used because the variables referenced do not end in a digit.</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/4879313956778378573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q9.html#comment-form' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/4879313956778378573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/4879313956778378573'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q9.html' title='Q9'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-6478282103687363910</id><published>2010-01-27T09:04:00.003-08:00</published><updated>2010-01-27T09:04:36.372-08:00</updated><title type='text'>Q8</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.test;&lt;br /&gt;
array agents{4} $ 12 sales1 - sales4;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following represents the variables that are contained in the output data set?&lt;br /&gt;
&lt;br /&gt;
A. SALES1, SALES2, SALES3, SALES4&lt;br /&gt;
B. AGENTS1, AGENTS2, AGENTS3, AGENTS4&lt;br /&gt;
C. None, the DATA step fails because the ARRAY statement can reference only numeric data.&lt;br /&gt;
D. None, the DATA step fails because the ARRAY statement can reference only pre-existing variables.</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/6478282103687363910/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q8.html#comment-form' title='12 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/6478282103687363910'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/6478282103687363910'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q8.html' title='Q8'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>12</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-7772511157914315874</id><published>2010-01-27T09:04:00.001-08:00</published><updated>2010-01-27T09:07:31.356-08:00</updated><title type='text'>Q12</title><content type='html'>The following SAS program is submitted:&lt;br /&gt;
&lt;br /&gt;
data work.test;&lt;br /&gt;
set work.staff (keep = jansales febsales marsales);&lt;br /&gt;
array diff_sales{3} difsales1 - difsales3;&lt;br /&gt;
array monthly{3} jansales febsales marsales;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
Which one of the following represents the new variables that are created?&lt;br /&gt;
&lt;br /&gt;
A. JANSALES, FEBSALES and MARSALES&lt;br /&gt;
B. MONTHLY1, MONTHLY2 and MONTHLY3&lt;br /&gt;
C. DIFSALES1, DIFSALES2 and DIFSALES3&lt;br /&gt;
D. DIFF_SALES1, DIFF_SALES2 and DIFF_SALES3</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/7772511157914315874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q7_27.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7772511157914315874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/7772511157914315874'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q7_27.html' title='Q12'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-1422410174244519948</id><published>2010-01-27T09:03:00.001-08:00</published><updated>2010-01-27T09:03:33.590-08:00</updated><title type='text'>Q7</title><content type='html'>On which portion(s) of a SAS data set does the PRINT procedure report?&lt;br /&gt;
&lt;br /&gt;
A. the data portion only&lt;br /&gt;
B. the descriptor portion only&lt;br /&gt;
C. the descriptor portion and the data portion&lt;br /&gt;
D. neither the data portion nor the descriptor portion</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/1422410174244519948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q7.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/1422410174244519948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/1422410174244519948'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q7.html' title='Q7'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2662150051669820928.post-2562551508497858666</id><published>2010-01-27T09:02:00.003-08:00</published><updated>2010-01-27T09:02:59.223-08:00</updated><title type='text'>Q6</title><content type='html'>Which one of the following SAS procedures displays the data portion of a SAS data set?&lt;br /&gt;
&lt;br /&gt;
A. PRINT&lt;br /&gt;
B. FSLIST&lt;br /&gt;
C. CONTENTS&lt;br /&gt;
D. DATASETS</content><link rel='replies' type='application/atom+xml' href='http://sas-certification-questions.blogspot.com/feeds/2562551508497858666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q6.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2562551508497858666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2662150051669820928/posts/default/2562551508497858666'/><link rel='alternate' type='text/html' href='http://sas-certification-questions.blogspot.com/2010/01/q6.html' title='Q6'/><author><name>SASGuru</name><uri>http://www.blogger.com/profile/16738696757218162295</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry></feed>