Free SAS A00-281 Exam Actual Questions

The questions for A00-281 were last updated On May 4, 2024

Question No. 1

Given the following data at WORK DEMO:

Which SAS program prints only the first 5 males in this order from the data set?

Show Answer Hide Answer
Correct Answer: B

Question No. 2

Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

The following SAS program is submitted:

proc sort data=SASUSER.VISIT out=PSORT;

by code descending date cost;

run;

Which statement is true regarding the submitted program?

Show Answer Hide Answer
Correct Answer: B

Question No. 4

What information can be found in the SAS Dictionary tables? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, C

Question No. 5

Given the following data set:

Which program was used to prepare the data for this PROC PRINT output?

Show Answer Hide Answer
Correct Answer: B