SAS_Institute
A00-212 · Question #62
The following SAS program is submitted: data view=sasuser ranch; describe; run; What is the result?
The correct answer is A. The program retrieves the SAS source code that creates the view and places it in the SAS. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data view=sasuser ranch; describe; run; What is the result?
Options
- AThe program retrieves the SAS source code that creates the view and places it in the SAS
- BThe program creates a DATA step view called SASUSER.RANCH and places it in the SAS
- CThe program retrieves the SAS source code that creates the view and places it in the output
- DThe program creates a DATA step view called SASUSER.RANCH and places the program
How the community answered
(30 responses)- A77% (23)
- B3% (1)
- C7% (2)
- D13% (4)
Community Discussion
No community discussion yet for this question.