Home
Exams
Providers
About
Sign In
Sign Up
Home
/
Exams
/
SAS Institute SAS Advanced Programming for SAS 9
/
Question #13
#13
Multiple Choice
Mark for review
The following SAS program is submitted:
date view=sauser.ranch;
describe;
run;
What is the result?
A.
The program creates a DATA step view called SASUSER.RANCH and places the program cod in the current editor window
B.
The program retrieves the SAS source code that creates the view and places it in the output window
C.
The program creates a DATA step view called SASUSER.RANCH and places it in the SAS log
D.
the program retrieves the SAS source code that creates the view and places it in the SAS log
Reveal Answer
Previous
Question 13 of 184
Exam A00-212 Topic 1 Question 13
Back to all questions
Next
Sign In
Sign Up