nerdexam
SAS_Institute

A00-211 · Question #76

The following SAS program is submitted: data work.test; Title = 'A Tale of Two Cities, Charles J. Dickens'; Word = scan(title,3,' ,'); run; Which one of the following is the value of the variable…

The correct answer is B. of. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

data work.test; Title = 'A Tale of Two Cities, Charles J. Dickens'; Word = scan(title,3,' ,'); run; Which one of the following is the value of the variable WORD in the output data set?

Options

  • AT
  • Bof
  • CDickens
  • D' ' (missing character value)

How the community answered

(23 responses)
  • A
    13% (3)
  • B
    78% (18)
  • C
    4% (1)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice