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

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)

Answer: B

Latest A00-211 Dumps Valid Version with 270 Q&As

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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments