nerdexam
SAS_Institute

A00-211 · Question #264

The SAS data set WORK.ONE contains a numeric variable named Num and a character variable named Char: The following SAS program is submitted: proc print data=WORK.ONE; where Num=contains (1); run…

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

Question

The SAS data set WORK.ONE contains a numeric variable named Num and a character variable named Char:

The following SAS program is submitted:

proc print data=WORK.ONE; where Num=contains (1); run; Which output is generated?

Options

  • AOption A
  • BOption B
  • COption C
  • DNo output is generated

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    7% (3)
  • C
    11% (5)
  • D
    78% (35)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice