How many raw data r...
 
Notifications
Clear all

How many raw data records are read during each iteration of the DATA step execution?

1 Posts
1 Users
0 Likes
212 Views
 Chas
(@heddinschas)
Posts: 712
Noble Member
Topic starter
 

The following SAS program is submitted:

data numrecords;

infile ‘file specification’;

input@1 patient $15. relative$ 16-26@;

if relative = ‘children’ then

input @54 diagnosis $15. @;

else if relative = ‘parents’ then

input @28 doctor $15. clinic $ 44-53

@54 diagnosis $15. @;

input age;

run;

How many raw data records are read during each iteration of the DATA step execution?

  • A . 1
    B. 2
    C. 3
    D. 4

Show Answer Hide Answer

Suggested Answer: B
 
Posted : 14/02/2023 10:17 pm

Latest SAS Institute A00-211 Dumps Valid Version

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