Which assignment st...
 
Notifications
Clear all

Which assignment statement for variable Group is functionally equivalent to the original statement used in the above data step?

1 Posts
1 Users
0 Likes
81 Views
(@woodliffrueben)
Posts: 735
Noble Member
Topic starter
 

Given the following IF/THEN statement:

If Age NE 16 and Age NE 15 then Group-1;

Which assignment statement for variable Group is functionally equivalent to the original statement used in the above data step?

  • A . if (Age NE 16) or (Age NE 15) then Group=1;
    B. where Age not between (15 and 16) then Group=1;
    C. where Age not between 15 and 16 then Group=1;
    D. if Age not in(15,16) then Group=1;

Show Answer Hide Answer

Suggested Answer: A
 
Posted : 19/01/2023 10:11 am

Latest SAS Institute A00-211 Dumps Valid Version

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