nerdexam
SAS_Institute

A00-202 · Question #20

A00-202 Question #20: Real Exam Question with Answer & Explanation

Sign in or unlock A00-202 to reveal the answer and full explanation for question #20. 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.
  • BThe view SASUSER.RANCH must be processed before SASUSER.CONDO is created.
  • CA second VIEW=SASUSER.CONDO option was omitted on the DATA statement.
  • DA SAS data file and SAS data view cannot be created in the same DATA step.

Unlock A00-202 to see the answer

You've previewed enough free A00-202 questions. Unlock A00-202 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-202 Practice