SAS_Institute
A00-211 · Question #144
A00-211 Question #144: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #144. The question stem and answer options stay visible for context.
Question
Given the SAS data set PERM.STUDENTS: PERM.STUDENTS NAMEAGE ---------------- Alfred14 Alice13 Barbara13 Carol14 The following SAS program is submitted: libname perm
SAS data library'; data students; set perm.students; file file specification'; put name $ age; <insert statement here> run; The following double-spaced file is desired as output Alfred 14 Alice 13 Barbara 13 Carol 14 Which statement completes the program and creates the desired file?Options
- Aput
- Bput/;
- Cdouble;
- Dput null;
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.