SAS_Institute
A00-211 · Question #181
A00-211 Question #181: Real Exam Question with Answer & Explanation
The correct answer is D. there is an error and no new data sets are created. See the full explanation below for the reasoning.
Question
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?
Options
- A2 temporary and 1 permanent SAS data sets are created
- B3 temporary and 2 permanent SAS data sets are created
- C2 temporary and 2 permanent SAS data sets are created
- Dthere is an error and no new data sets are created
Community Discussion
No community discussion yet for this question.