nerdexam
SAS_Institute

A00-211 · Question #5

A00-211 Question #5: Real Exam Question with Answer & Explanation

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

Question

Given the AIRPLANES data set AlRPLANES TYPE MPG -------- ------ F-18 105 C-130 25 Harrier 75 A-6 1 10 The following SAS program is submitted: data gt100; set airplanes(keep = type mpg load); load = mpg * 150; run; The program fails to execute due to syntax errors. What is the cause of the syntax error?

Options

  • AMPG is not a numeric variable.
  • BLOAD is not a variable in the data set GT100.
  • CLOAD is not variable in the data set AIRPLANES.
  • DLOAD must be defined prior to the SET statement.

Unlock A00-211 to see the answer

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