The following SAS program is submitted: 1 data work.passengers; 2 if OrigPassengers - then OrigPassengers = 100; TransPassengers = 100; 3 OrigPassengers 4 TotalPassengers - sum (OrigPassengers, TransPassengers run; What is the value of the TOTALPASSENGERS variable in the output data set?

Glencoe Algebra 1, Student Edition, 9780079039897, 0079039898, 2018
18th Edition
ISBN:9780079039897
Author:Carter
Publisher:Carter
Chapter10: Statistics
Section10.6: Summarizing Categorical Data
Problem 25PPS
icon
Related questions
Question
The following SAS program is submitted:
1 data work.passengers:
2 if OrigPassengers - then OrigPassengers 100; TransPassengers - 100;
3 OrigPassengers
4 TotalPassengers - sum (OrigPassengers, TransPassengers run:
What is the value of the TOTALPASSENGERS variable in the output data set?
GREAT
ONLINE TRAINING
Transcribed Image Text:The following SAS program is submitted: 1 data work.passengers: 2 if OrigPassengers - then OrigPassengers 100; TransPassengers - 100; 3 OrigPassengers 4 TotalPassengers - sum (OrigPassengers, TransPassengers run: What is the value of the TOTALPASSENGERS variable in the output data set? GREAT ONLINE TRAINING
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer