SAS_Institute
A00-211 · Question #31
The following SAS program is submitted: data WORK.AUTHORS; array Favorites{3} $ 8 ('Shakespeare','Hemingway','McCaffrey'); run; What is the value of the second variable in the dataset WORK.AUTHORS?
The correct answer is B. Hemingwa. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data WORK.AUTHORS; array Favorites{3} $ 8 ('Shakespeare','Hemingway','McCaffrey'); run; What is the value of the second variable in the dataset WORK.AUTHORS?
Options
- AHemingway
- BHemingwa
- C' ' (a missing value)
- DThe program contains errors. No variables are created.
How the community answered
(41 responses)- A7% (3)
- B73% (30)
- C15% (6)
- D5% (2)
Community Discussion
No community discussion yet for this question.