The following SAS p...
 
Notifications
Clear all

The following SAS program is submitted:

1 Posts
1 Users
0 Likes
105 Views
(@sitesmario)
Posts: 734
Noble Member
Topic starter
 

The following SAS program is submitted, creating the SAS data set ONE:

data one;

infile ‘file specification’;

input num chars$;

run;

ONE

NUMCHAR

123

323

177

The following SAS program is submitted:

proc print data = one;

where char = 23;

run;

What is output?

  • A . NUM CHAR
    1 77
    2
    B. NUM CHAR
    1 23
    3 23
    C. NUM CHAR
    1 23
    3 23
    1 77
    D. No output is generated.

Show Answer Hide Answer

Suggested Answer: D
 
Posted : 06/02/2023 1:48 pm

Latest SAS Institute A00-211 Dumps Valid Version

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