SAS a00-211 Exam Demo
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 [...]