SAS_Institute
A00-211 · Question #80
A00-211 Question #80: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #80. The question stem and answer options stay visible for context.
Question
A raw data file is listed below: --------10-------20-------30 squash 1.10 apples 2.25 juice 1.69 The following SAS program is submitted using the raw data file above: data groceries; infile 'file-specification'; input item $ cost; run; Which one of the following completes the program and produces a grand total for all COST values?
Options
- Agrandtot = sum cost;
- Bgrandtot = sum(grandtot,cost);
- Cretain grandtot 0;
- Dgrandtot = sum(grandtot,cost);
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.