What will the program do?

Given the following SAS program?

caslib _all_ assign;

proc sgplot data=casuser.cars;

vbar Make;

run;

What will the program do?
A . Produce an error because the SGPLOT procedure cannot access the CAS table.
B . Execute the SGPLOT procedure on the CAS server.
C . Summarize the results in CAS and process the summarized results on the Compute Server.
D . Transfer the data to the Compute Server and then execute the SGPLOT procedure.

Answer: D

Latest A00-415 Practice Questions with 250 Q&As

Updated Study Material | Instant Download | Detailed Answers and Explanations

Subscribe
Notify of
guest
0 Comments