nerdexam
SAS_Institute

A00-201 · Question #86

Given the following SAS code snippet, and a value for the variable JOBCODE as 'chem2': then description = 'Senior Chemist'; else description = 'Unknown'; run; Which one of the following values does…

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

Question

Given the following SAS code snippet, and a value for the variable JOBCODE as 'chem2': then description = 'Senior Chemist'; else description = 'Unknown'; run; Which one of the following values does the variable DESCRIPTION contain?

Options

  • AChem2
  • BUnknown
  • CSenior Chemist
  • D'' (missing character value)

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    74% (20)
  • C
    15% (4)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice