What is the value o...
 
Notifications
Clear all

What is the value of the TOTALPASSENGERS variable in the output data set?

1 Posts
1 Users
0 Likes
99 Views
(@soquirandolph)
Posts: 729
Noble Member
Topic starter
 

The following SAS program is submitted:

data work.passengers;

if OrigPassengers = . then'

OrigPassengers = 100;

TransPassengers = 100;

OrigPassengers = .;

TotalPassengers = sum (OrigPassengers, TransPassengers) +0;

run;

What is the value of the TOTALPASSENGERS variable in the output data set?

  • A . 0
    B. 100
    C. 200
    D. (missing numeric value)

Show Answer Hide Answer

Suggested Answer: B
 
Posted : 27/10/2022 4:33 am

Latest SAS Institute A00-211 Dumps Valid Version

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