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 Dumps Valid Version with 250 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
                             Subscribe
                            
                        
                                            
                             Login                        
                    
                        0 Comments                    
                                        
                     Inline Feedbacks                    
                    View all comments
                 
	