What is output?

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?
A . Num Char— —- 1 23
B. Num Char— —- 1 231 77
C. Num Char— —- 1 233 231 77
D. No output is generated.

Answer: D

Latest A00-231 Dumps Valid Version with 262 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments