2014 Latest SAS SZ0-270 Exam Questions & Practice Tests

Vendor: SAS
Exam Code: SZ0-270
Exam Name: SAS BI Content Development for SAS 9

QUESTION 1
What is the significance of the %STPBEGIN statement? (Choose two.)

A.    initializes the ODS system
B.    initiates the prompting for parameters
C.    processes the user written SAS code
D.    generates the reserve macro variables

Answer: AD

» Read more

SAS A00-211 Practice Exam Latest Test Questions VCE PDF

Vendor: SAS
Exam Code: A00-211
Exam Name: SAS Base Programming for SAS 9

QUESTION 1
Given the SAS data set AGES:
AGES
AGE
———
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.    0
B.    1
C.    2
D.    3

Answer: A