nerdexam
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)
  • A
    11% (3)
  • B
    70% (19)
  • C
    4% (1)
  • D
    15% (4)

Community Discussion

No community discussion yet for this question.

Full A00-280 Practice