SAS_Institute
A00-211 · Question #181
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?
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
How the community answered
(41 responses)- A5% (2)
- B15% (6)
- C7% (3)
- D73% (30)
Community Discussion
No community discussion yet for this question.