The following SAS p...
 
Notifications
Clear all

The following SAS program is submitted:

1 Posts
1 Users
0 Likes
123 Views
(@rickielewis)
Posts: 713
Noble Member
Topic starter
 

Given the raw data file AMOUNT:

----I---- 10---I----20---I----30

$1,234

The following SAS program is submitted:

data test;

infile ‘amount’;

input@1 salary 6.;

if_error_then description = ‘Problems’;

else description = ‘No Problems’;

run;

What is the result?

  • A . The value of the DESCRIPTION variable is No Probl.
    B. The value of the DESCRIPTION variable is Problems.
    C. The value of the DESCRIPTION variable is No Problems.
    D. The value of the DESCRIPTION variable can not be determined.

Show Answer Hide Answer

Suggested Answer: B
 
Posted : 17/11/2022 10:10 pm

Latest SAS Institute A00-211 Dumps Valid Version

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