SAS_Institute
A00-211 · Question #166
The SAS data set WORK.ONE contains a numeric variable named Num ana character variable named Char: WORK.ONE Num Char ------ ------ 1 23 3 23 1 77 The following SAS program is submitted: proc print…
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 ana character variable named Char:
WORK.ONE Num Char ------ ------ 1 23 3 23 1 77 The following SAS program is submitted:
proc print data=WORK.ONE; where Num='1'; run; What is output?
Options
- ANum Char
- BNum Char
- CNum Char
- DNo output is generated.
How the community answered
(17 responses)- A6% (1)
- B18% (3)
- C6% (1)
- D71% (12)
Community Discussion
No community discussion yet for this question.