IBM Certification Exams

Real Exams Questions for IBM Certification Exams

Skip to: Content | Sidebar | Footer

Date: June 5th, 2008

SAS a00-211 Exam Demo

5 June, 2008 (02:43) | SAS Certification

Exam Number/Code: A00-212
Exam Name: SAS Advanced Programming Exam for SAS 9
“SAS Advanced Programming Exam for SAS 9″, also known as A00-212 exam, is a SAS Institute certification.
1.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; A00-212
run;
How many observations are written out to the [...]