Why is the above program processed by the Compute Server rather than the CAS server?
Given the following SAS program:
data casuser.national;
set casuser.baseball(where=(league=’National’));
r=ranuni(625);
drop league;
run;
Why is the above program processed by the Compute Server rather than the CAS server?
A . The WHERE option is not supported in the SET statement.
B . The SESSREF= option is not specified in the DATA statement.
C . The DROP statement is not supported.
D . The RANUNI function is not supported.
Answer: D
Latest A00-415 Practice Questions with 250 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments