nerdexam
SAS_Institute

A00-211 · Question #24

The following SAS program is submitted, creating the SAS data set ONE: data one; infile `file specification'; input num chars$; run; ONE NUMCHAR ---------------- The following SAS program is…

The correct answer is D. No output is generated. See the full explanation below for the reasoning.

Question

The following SAS program is submitted, creating the SAS data set ONE:

data one; infile `file specification'; input num chars$; run; ONE NUMCHAR ---------------- The following SAS program is submitted:

proc print data = one; where char = 23; run; What is output?

Options

  • ANUM CHAR
  • BNUM CHAR
  • CNUM CHAR
  • DNo output is generated.

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    3% (1)
  • D
    85% (29)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice