What is the value o...
 
Notifications
Clear all

What is the value of the CITY variable?

1 Posts
1 Users
0 Likes
119 Views
(@pacapacmorgan)
Posts: 738
Noble Member
Topic starter
 

The following SAS program is submitted:

data work.flights;

destination = ‘cph’;

select(destination);

when(’LHR’) city = ‘London’;

when(’CPH’) city = ‘Copenhagen’;

otherwise city = ‘Other’;

end;

run;

What is the value of the CITY variable?

  • A . Other
    B. Copenh
    C. Copenhagen
    D. ‘‘(missing character value)

Show Answer Hide Answer

Suggested Answer: A
 
Posted : 08/01/2023 4:48 pm

Latest SAS Institute A00-211 Dumps Valid Version

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