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)- A4% (2)
- B7% (3)
- C11% (5)
- D78% (35)
Community Discussion
No community discussion yet for this question.