SAS_Institute
A00-211 · Question #133
A00-211 Question #133: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #133. The question stem and answer options stay visible for context.
Question
Given the raw data record DEPT: ----|----10---|----20---|----30 Printing 750 The following SAS program is submitted: data bonus; infile
dept'; inputdept$ 1-11 number 13- 15; <insert statement here> run; Which SAS statement completes the program and results in a value of Printing750' for the DEPARTMENT variable?Options
- Adepartment = dept II number;
- Bdepartment = left(dept) II number;
- Cdepartment = trim(dept) number;
- Ddepartment = trim(dept) put(number,3.);
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.