nerdexam
SAS_Institute

A00-211 · Question #128

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

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

Question

The SAS data set SASUSER.HOUSES contains a variable PRICE which has been assigned a permanent label of "Asking Price". Which SAS program temporarily replaces the label "Asking Price" with the label "Sale Price" in the output?

Options

  • Aproc print data = sasuser.houses; label price = "Sale Price"; run;
  • Bproc print data = sasuser.houses label; label price "Sale Price"; run;
  • Cproc print data = sasuser.houses label; label price = "Sale Price"; run;
  • Dproc print data = sasuser.houses; price = "Sale Price"; run;

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