nerdexam
SAS_Institute

A00-212 · Question #13

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

(26 responses)
  • A
    77% (20)
  • B
    4% (1)
  • C
    8% (2)
  • D
    12% (3)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice