nerdexam
SAS_Institute

A00-211 · Question #108

The contents of the raw data file NAMENUM are listed below: --------10-------20-------30 Joe xx The following SAS program is submitted: data test; infile 'namenum'; input name $ number; run; Which…

The correct answer is C. . (missing numeric value). See the full explanation below for the reasoning.

Question

The contents of the raw data file NAMENUM are listed below:

--------10-------20-------30 Joe xx The following SAS program is submitted:

data test; infile 'namenum'; input name $ number; run; Which one of the following is the value of the NUMBER variable?

Options

  • Axx
  • BJoe
  • C. (missing numeric value)
  • DThe value can not be determined as the program fails to execute due to errors.

How the community answered

(46 responses)
  • A
    7% (3)
  • B
    15% (7)
  • C
    74% (34)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice