nerdexam
SAS_Institute

A00-212 · Question #85

A00-212 Question #85: Real Exam Question with Answer & Explanation

Sign in or unlock A00-212 to reveal the answer and full explanation for question #85. The question stem and answer options stay visible for context.

Question

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. 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?

Options

  • ASASUSER.CONDO is a stored DATA step program.
  • BA SAS data file and SAS data view cannot be created in the same DATA step.
  • CA second VIEW=SASUSER.CONDO option was omitted on the DATA statement.
  • DThe view SASUSER.RANCH must be processed before SASUSER.CONDO is created.

Unlock A00-212 to see the answer

You've previewed enough free A00-212 questions. Unlock A00-212 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full A00-212 Practice