TestinsideSas A00-211 Exam
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 and Answers: 70 Q&As
Price: $125.00
Update Time: 2008-6-16
“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?
Free A00-211 Demo Download
QUESTION 42
A user-defined format has been created using the FORMAT procedure. Where is it
stored?
A. in a SAS dataset in a permanent SAS data library
B. in a SAS catalog
C. in an external binary file
D. in a SAS dataset in the WORK library
Answer: B
QUESTION 43
The following SAS program is submitted:
data test;
infile ‘file specification’;
input name $ amount @@;
run;
Which of the following is true?
A. Two @@ hold the data records until the bottom of the DATA step.
B. Two @@ together are the same as one @.
C. Two @@ are invalid syntax and will cause the program to fail to execute.
D. Two @@ hold the raw data record across iterations of the DATA step.
Answer: D
QUESTION 44
The following SAS program is submitted:
data _null_;
set old;
put sales1 sales2;
run;
Where is the output written?
A. to the SAS output window or to an output file
B. to the raw data file that was most recently opened
C. to the SAS log
D. to the SAS data set _NULL_
Answer: C
QUESTION 46
Given the raw data record DEPT:
—-|—-10—|—-20—|—-30
Printing 750
The following SAS program is submitted:
data bonus;
infile ‘dept’;
input dept $ 1 – 11 number 13 – 15;
run;
Which SAS statement completes the program and results in a value of ‘Printing750′ for
the DEPARTMENT variable?
A. department = trim(dept) || put(number,3.);
B. department = left(dept) || number;
C. department = dept || number;
D. department = trim(dept) || number;
Answer: A
QUESTION 47
The following SAS program is submitted:
data work.test;
array items{3} _temporary_;
run;
What are the names of the variable(s) in the WORK.TEST data set?
A. ITEMS1, ITEMS2, ITEMS3
B. No variables are created because it is a temporary array.
C. ITEMS
D. The program fails to execute because there are no variables listed on the ARRAY
statement.
Answer: B
QUESTION 50
The following SAS program is submitted:
data work.accounting;
set work.department;
length jobcode $ 12;
jobcode=’FA1′;
run;
The WORK.DEPARTMENT data set contains a character variable named JOBCODE
with a length of 5.
What is the result?
A. The length of the variable JOBCODE is 3.
B. The length of the variable JOBCODE is 12.
C. The length of the variable JOBCODE is 5.
D. The program fails to execute due to errors.
Answer: C
QUESTION 52
Given the SAS data set AGES:
AGES
AGE
——-
9
12
15
The variable AGE contains character values.
The following SAS program is submitted:
data subset;
set ages;
where age > 12;
run;
How many observations are written out to the data set SUBSET?
A. 3
B. 1
C. 0
D. 2
Answer: C
QUESTION 53
Given the SAS data sets EMPLOYEE and SALARY:
EMPLOYEE SALARY
Fname age name salary
——— —– ——– ——–
Bruce 30 Bruce 25000
Dan 40 Bruce 35000
Dan 25000
The following SAS program is submitted:
data work.empdata;
by fname;
totsal + salary;
run;
Which MERGE statement correctly completes the program?
A. merge employee
salary rename(name = fname);
B. merge employee
salary rename = fname = name;
C. merge employee
salary (rename = (name = fname));
D. merge employee
salary (rename = (fname = name));
Answer: C
QUESTION 54
The following SAS program is submitted:
data one;
address1 = ‘214 London Way’;
run;
data one;
set one;
address = tranwrd(address1, ‘Way’, ‘Drive’);
run;
What are the length and value of the variable ADDRESS?
A. Length is 16; value is ‘214 London Drive’.
B. Length is 14; value is ‘214 London Dri’.
C. Length is 200; value is ‘214 London Drive’.
D. Length is 14; value is ‘214 London Way’.
Answer: C
TestInside offers free demo for A00-211 exam ( SAS Base Programming for SAS 9). 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-211
Free down:Testking a00-211
Related Posts
Related Posts
Tags: a00-211
Leave a Reply