The following SAS p...
 
Notifications
Clear all

The following SAS program is submitted:

1 Posts
1 Users
0 Likes
108 Views
(@schultzachariah)
Posts: 745
Noble Member
Topic starter
 

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.

Show Answer Hide Answer

Suggested Answer: D
 
Posted : 10/12/2022 12:32 pm

Latest SAS Institute A00-211 Dumps Valid Version

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