nerdexam
SAS_Institute

A00-211 · Question #11

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

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

Question

Given the raw data file YEARAMT: ----|---10---|---20---|----30 1901 2 1905 1 1910 6 1925 . 1941 1 The following SAS program is submitted: data coins; infile `yearamt'; input year quantity; <insert statement(s) here> run; Which statement(s) completed the program and produced a non-missing value for the variable TOTQUANTITY in the final observation of the output data set?

Options

  • Atotquantity + quantity;
  • Btotquantity = sum(totquantity + quantity);
  • Cretain totquantity; totquantity = totquantity + quantity;
  • Dretain totquantity0; totquantity = totquantity + quantity;

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
Given the raw data file YEARAMT: ----|---10---|---20---|----30... | A00-211 Q#11 Answer | NerdExam