A00-211 Exam QuestionsBrowse all questions from this exam

A00-211 Exam - Question 27


The following SAS program is submitted:

data ONE TWO SASUSER.TWO

set SASUSER.ONE;

run;

Assuming that SASUSER.ONE exists, how many temporary and permanent SAS data sets are created?

Show Answer
Correct Answer: AD

The DATA step creates three datasets: ONE, TWO, and SASUSER.TWO. TWO is a temporary dataset as it does not have a library reference, while ONE and SASUSER.TWO are also created as temporary and permanent datasets respectively. Hence, 2 temporary and 1 permanent SAS datasets are created.

Discussion

1 comment
Sign in to comment
KleinstoneOption: D
Dec 21, 2020

does this because the first line without semil-onlon?