nerdexam
SAS_Institute

A00-211 · Question #179

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

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

Question

The following code was modified to generate the results further below: proc format; value agegrp low-12 ='Pre-Teen' 13-high = 'Teen'; run; proc means data=SASHELP.CLASS; var Height; class Sex Age; format Age agegrp.; run; The following results were generated to display only specific statistics and limit the decimals with the modification: Which statement below was modified or added to generate the results above:

Exhibit

A00-211 question #179 exhibit

Options

  • Avar Height / nobs min max mean maxdec=1;
  • Bproc means data=SASHELP.CLASS maxdec=1 ;
  • Cproc means data=SASHELP.CLASS min max mean maxdec=1;
  • Doutput nobs min max mean maxdec=1;

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