Pass4sure SAS Institute Exam A00-211
Posted September 26th, 2008 by PassGuide.com-Free Braindumps BootcampSAS 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
Related Posts
Related Posts
Tags: a00-201
4 Responses to “Pass4sure SAS Institute Exam A00-211”
September 26th, 2008 at 4:30 pm
[...] sas webaf server-side application development Pass4sure a00-206 sas warehouse technology exam Pass4sure A00-211 SAS Base Programming for SAS ® 9 Pass4sure A00-212 SAS Advanced Programming Exam for SAS 9 [...]
September 27th, 2008 at 6:12 am
[...] sas webaf server-side application development Pass4sure a00-206 sas warehouse technology exam Pass4sure A00-211 SAS Base Programming for SAS ® 9 Pass4sure A00-212 SAS Advanced Programming Exam for SAS 9 [...]
October 23rd, 2009 at 12:05 pm
I have the very Latest SAS Certification Dumps for all the “A00-” Codes:
A00-211, A00-212 and all
If any one need, please mail me at: Sriv.SAS@Gmail.Com with exact Code
November 8th, 2009 at 4:11 am
Very Latest SAS Certification Dump for the below code is with us
A00-211: SAS Base Programming for SAS ® 9
You can get Guarantee Pass 100 % Score.
If any one need it, mail me at: SasCert@Gmail.Com
Leave a Reply