SAS_Institute
A00-280 · Question #65
The following SAS program is submitted: data WORK.DIGESTL; array Observe(3) $ 8 ('appendicitis','diverticulosis','gastroenteritis'); run; What is the value of the second variable in the data set…
The correct answer is B. diverticulosis. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data WORK.DIGESTL;
array Observe(3) $ 8 ('appendicitis','diverticulosis','gastroenteritis');
run;
What is the value of the second variable in the data set WORK.DIGESTL?
Options
- Aappendicitis
- Bdiverticulosis
- CA missing value
- DNo variables are created.
How the community answered
(27 responses)- A11% (3)
- B70% (19)
- C4% (1)
- D15% (4)
Community Discussion
No community discussion yet for this question.