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

Pass4sure SAS Institute Exam A00-211

SAS Base Programming for SAS ® 9 : A00-211 Exam

Exam Number/Code: A00-211
Exam Name: SAS Base Programming for SAS ® 9
Questions Type: Single choice,

“SAS Base Programming for SAS ® 9″, also known as A00-211 exam, is a SAS Institute certification.
Preparing for the A00-211 exam? Searching A00-211 Test Questions
, A00-211 Practice Exam, A00-211 Dumps?
QUESTION 30
Given the contents of the raw data file EMPLOYEE:
—-|—-10—|—-20—|—-30
Alan 19/2/2004 ACCT
Rob 22/5/2004 MKTG
Mary Jane 14/3/2004 EDUC
The following SAS program is submitted:
data emps;
infile ‘employee’;
input @1 name $
@15 date
@25 department $;
run;
Which INFORMAT correctly completes the program?

A. ddmmyyyy10.
B. date9.
C. ddmmyy10.
D. ddmmyyyy9.

Answer: C

QUESTION 31
Given the SAS data set EMPLOYEES:
EMPLOYEES
NAME SALARY
——– ———–
Innis 60000
Jolli 50000
Ellis 55000
Liu 45000
The following SAS program is submitted:
proc print data = employees;
where name like ‘_i%’;
run;
What is contained in the output?

A. Innis, Ellis, and Liu only
B. Liu only
C. Innis, Jolli, Ellis, and Liu
D. Innis and Ellis only

Answer: B
QUESTION 32
The SAS data set SASUSER.HOUSES contains a variable PRICE which has been
assigned a permanent label of “Asking Price”. Which SAS program temporarily replaces
the label “Asking Price” with the label “Sale Price” in the output?

A. proc print data = sasuser.houses label;
label price = “Sale Price”;
run;
B. proc print data = sasuser.houses label;
label price “Sale Price”;
run;
C. proc print data = sasuser.houses;
label price = “Sale Price”;
run;
D. proc print data = sasuser.houses;
price = “Sale Price”;
run;

Answer: A

QUESTION 33
The following SAS program is submitted:
data combine;
prefix=’505′;
middle=’6465 ‘;
end=’09090′;
;
run;
Which statement successfully completes the program so that TOTAL has a value of
505-6465-09090?

A. total = cat(’-', prefix, middle, end);
B. total = catx(’-', prefix, middle, end);
C. total = prefix !! ‘-’ !! left(middle)!!’-'!! end;
D. total = prefix !! ‘-’ !! middle !! ‘-’ !! end;

Answer: B
QUESTION 34
The following SAS program is submitted:
data work.test;
set work.staff (keep = jansales febsales marsales);
array diff_sales{3} difsales1 – difsales3;
array monthly{3} jansales febsales marsales;
run;
What new variables are created?

A. MONTHLY1, MONTHLY2 and MONTHLY3
B. DIFF_SALES1, DIFF_SALES2 and DIFF_SALES3
C. JANSALES, FEBSALES and MARSALES
D. DIFSALES1, DIFSALES2 and DIFSALES3

Answer: D

QUESTION 35
Which program displays a listing of all data sets in the SASUSER library?

A. proc contents lib = sasuser.all;
run;
B. proc contents data = sasuser._all_;
run;
C. proc contents data = sasuser.all;
run;
D. proc contents lib = sasuser._all_;
run;

Answer: B

QUESTION 36
The following SAS program is submitted:
data test;
set chemists;
if jobcode = ‘Chem2′
then description = ‘Senior Chemist’;
else description = ‘Unknown’;
run;
The value for the variable JOBCODE is:
JOBCODE
————–
chem2
What is the value of the variable DESCRIPTION?

A. Senior Chemist
B. chem2
C. ‘ ‘ (missing character value)
D. Unknown

Answer: D

QUESTION 37
The following SAS program is submitted:
data combine;
country = ‘Italy, Russia, ireland’;
found = find(country, ‘i’);
run;
What is the value of the variable FOUND in the output data set?

A. Italy
B. 1
C. 12
D. Russia

Answer: C

With the complete collection of questions and answers, Pass4sure has assembled to take you through 70 Q&A to your A00-211 Exam preparation. In the A00-211 exam resources, you will cover every field and category in SAS Institute Systems helping to ready you for your successful SAS Institute Certification.
Questions and Answers : 70 Q&A
Updated: May 8th , 2008
Market Price: $159.99
Member Price: $125.99
QUESTION 23
The following SAS program is submitted:
data work.passengers;
if OrigPassengers = . then
OrigPassengers = 100;
TransPassengers = 100;
OrigPassengers = .;
TotalPassengers = sum (OrigPassengers, TransPassengers) +0;
run;
What is the value of the TOTALPASSENGERS variable in the output data set?

A. 100
B. 200
C. . (missing numeric value)
D. 0

Answer: A
Free down:Pass4sure sas a00-211
Free down:Testking a00-211

Bookmark and Share

Related Posts

Related Posts

Tags:

Filed under:Test Braindumps

4 Responses to “Pass4sure SAS Institute Exam A00-211”

Leave a Reply