Which statement suc...
 
Notifications
Clear all

Which statement successfully completes the program so that TOTAL has a value of 505-6465-09090?

1 Posts
1 Users
0 Likes
79 Views
(@ruleychuck)
Posts: 689
Noble Member
Topic starter
 

The following SAS program is submitted:

data combine;

prefix=’505’;

middle=’6465 ‘;

end=’09090’;

<insert statement here>;

run;

Which statement successfully completes the program so that TOTAL has a value of 505-6465-09090?

  • A . total = cat(’-’, prefix, middle, end);
    B. total = catx(’-’, prefix, middle, end);
    C. total = prefix !!’-’!! middle ‘‘!!’-’!! end;
    D. total = prefix!!’-’!! left(middle)!!’-’!! end;

Show Answer Hide Answer

Suggested Answer: B
 
Posted : 23/01/2023 2:34 am

Latest SAS Institute A00-211 Dumps Valid Version

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