Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam eu est quis enim commodo aliquet. Vestibulum eleifend venenatis massa. Curabitur rutrum accumsan felis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Phasellus ut augue eu purus iaculis viverra. Maecenas vehicula dictum diam.

Read More

Testinside sas a00-201

sas base programming exam : A00-201 Exam

Exam Number/Code: A00-201
Exam Name: sas base programming exam
Questions and Answers: 140 Q&As
Price: $125.00
Update Time: 2008-5-19

“sas base programming exam”, also known as A00-201 exam, is a SAS Institute certification.
Preparing for the A00-201 exam? Searching A00-201 Test Questions, A00-201 Practice Exam, A00-201 Dumps?

Free A00-201 Demo Download

QUESTION 9
A raw data record is listed below:
—-|—-10—|—-20—|—-30
son,Travis,
The following output is desired:
relation firstname
son Travis
Which one of the following SAS programs reads the data correctly?

A. data family / dlm = ‘,’;
infile ‘file-specification’;
input relation $ firstname $;
run;
B. option dlm = ‘,’;
data family;
infile ‘file-specification’;
input relation $ firstname $;
run;
C. data family;
infile ‘file-specification’ option dlm = ‘,’;
input relation $ firstname $;
run;
D. data family;
infile ‘file-specification’;
input relation $ firstname $ / dlm = ‘,’;
run;

Answer: C

QUESTION 10
The following SAS program is submitted:
libnamerawdata1 ‘location of SAS data library’;
filename rawdata2 ‘location of raw data file’;
data work.testdata;
infile
input sales1 salse2;
run;
Which one of the following is needed to complete the program correctly?

A. rawdata1
B. rawdata2
C. ‘rawdata1′
D. ‘rawdata2′

Answer: B
QUESTION 11
The following SAS program is submitted and reads 100 records from a raw data
file:
data work.total;
infile ‘file-specification’ end = eof;
input name $ salary;
totsal+ salary;

run;
Which one of the following IF statements writes the last observation to the output
data set?

A. if end = 0;
B. if eof = 0;
C. if end = 1;
D. if eof = 1;

Answer: D
QUESTION 12
The contents of the raw data file FURNITURE are listed below:
—-|—-10—|—-20—|—-30
chair,,table
chair,couch,table
The following SAS program is submitted:
data stock;
infile ‘furniture’ dsd;
input item1 $ item2 $ item3 $;
run;
Which one of the following is the value of the variable named ITEM2 in the first
observation of the output data set?

A. table
B. ,table
C. . (missing numeric value)
D. ‘ ‘ (missing character value)

Answer: D
QUESTION 13
A raw data file is listed below:
RANCH,1250,2,1,Sheppard Avenue,”$64,000″
SPLIT,1190,1,1,Rand Street,”$65,850″
CONDO,1400,2,1.5,Market Street,”80,050″
TWOSTORY,1810,4,3,Garris Street,”$107,250″
RANCH,1500,3,3,Kemble Avenue,”$86,650″
SPLIT,1615,4,3,West Drive,”94,450″
SPLIT,1305,3,1.5,Graham Avenue,”$73,650″
The following SAS program is submitted using the raw data file as input:
data work.condo_ranch;
infile’file-specification’ dsd;
input style $ @;
if style = ‘CONDO’ or style = ‘RANCH’ then
input sqfeet bedrooms baths street $ price : dollar10.;
run;
How many observations does the WORK.CONDO_RANCH data set contain?

A. 0
B. 3
C. 5
D. 7

Answer: D

QUESTION 14
A raw data file is listed below:
RANCH,1250,2,1,Sheppard Avenue,”$64,000″
SPLIT,1190,1,1,Rand Street,”$65,850″
CONDO,1400,2,1.5,Market Street,”80,050″
TWOSTORY,1810,4,3,Garris Street,”$107,250″
RANCH,1500,3,3,Kemble Avenue,”$86,650″
SPLIT,1615,4,3,West Drive,”94,450″
SPLIT,1305,3,1.5,Graham Avenue,”$73,650″
The following SAS program is submitted using the raw data file as input:
data work.condo_ranch;
infile’file-specification’ dsd;
input style $ @;
if style = ‘CONDO’ or style = ‘RANCH’;
input sqfeet bedrooms baths street $ price : dollar10.;
run;
How many observations will the output data set contain?

A. 0
B. 3
C. 5
D. 7

Answer: B
QUESTION 15
The following SAS program is submitted:
data numrecords;
infile ‘file-specification’;
input @1 patient $15.
relative $ 16-26 @;
if relative = ‘children’ then
input @54 diagnosis $15. @;
else if relative = ‘parents’ then
input @28 doctor $15.
clinic $ 44-53
@54 diagnosis $15. @;
input age;
run;
How many raw data records are read during each iteration of the DATA step
during execution?

A. 1
B. 2
C. 3
D. 4

Answer: A

QUESTION 16
The following SAS program is submitted:
data work.empsalary;
set work.people (in = inemp)
work.money(in = insal);
if insal and inemp;
run;
The SAS data set WORK.PEOPLE has 5 observations, and the data set

WORK.MONEY has 7 observations.
How many observations will the data set WORK.EMPSALARY contain?

A. 0
B. 5
C. 7
D. 12

Answer: A
TestInside offers free demo for A00-201 exam ( sas base programming exam). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all
products.

Free down:Pass4sure Sas a00-201 Exam
Free down:Testking a00-201

Bookmark and Share

Related Posts

Related Posts

Tags:

Filed under:Test Braindumps

One Response to “Testinside sas a00-201”

Leave a Reply