nerdexam
SAS_Institute

A00-201 · Question #27

The contents of the raw data file PRODUCT are listed below: ----|----10----|----20----|----30 24613 $25.31 The following SAS program is submitted: data inventory; infile 'product'; input idnum 5…

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

Question

The contents of the raw data file PRODUCT are listed below: ----|----10----|----20----|----30 24613 $25.31 The following SAS program is submitted: data inventory; infile 'product'; input idnum 5. @10 price; run; Which one of the following is the value of the PRICE variable?

Options

  • A25.31
  • B$25.31
  • C. (missing numeric value)
  • DNo value is stored as the program fails to execute due to errors.

How the community answered

(65 responses)
  • A
    6% (4)
  • B
    11% (7)
  • C
    80% (52)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice