nerdexam
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)
  • A
    7% (3)
  • B
    73% (30)
  • C
    15% (6)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice