SAS_Institute
A00-211 · Question #230
A00-211 Question #230: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #230. The question stem and answer options stay visible for context.
Question
Given the SAS data set WORK.ORDERS: Ship_date is a numeric variable containing a SAS data value. A programmer would like to create a new character variable Ship_date-char that represents the ship date as a character string, such as "February 2,2009' Which statement will create the new variable Ship_date_char as a character value with a format such as "February 2, 2009"?
Options
- AShip_date_char = input(Ship_date, date9.,worddate20.);
- BShip_date_char = put(Ship_date, date9.,worddate20.);
- CShip_date_char = input(Ship_date,worddate20.);
- DShip_date_char = put(Ship_date,worddate20.);
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.