Which one of the following explains why the PRINT procedure fails?
Consider the following SAS log:
229 data sasuser.ranch sasuser.condo / view = sasuser.ranch;
230 set sasuser.houses;
231 if style = ‘RANCH’ then output sasuser.ranch;
232 else if style = ‘CONDO’ then output sasuser.condo;
233 run;
NOTE: DATA STEP view saved on file SASUSER.RANCH.
NOTE: A stored DATA STEP view cannot run under a different operating system.
234
235 proc print data = sasuser.condo;
ERROR: File SASUSER.CONDO.DATA does not exist.
236 run;
NOTE: The SAS System stopped processing this step because of errors.
Which one of the following explains why the PRINT procedure fails?
A . SASUSE
B . CONDO is a stored DATA step program.
C . A SAS data file and SAS data view cannot be created in the same DATA step.
D . A second VIEW=SASUSE
E . CONDO option was omitted on the DATA statement.
F . The view SASUSE
G . RANCH must be processed before SASUSE
H . CONDO is created.
Answer: D
Latest A00-212 Dumps Valid Version with 184 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund