Question: The following data lines are input in a data step: 21 50.2 17 47.5 54 32.1 12. 54.3 23. 45.6 What would be the contents
The following data lines are input in a data step:
21 50.2 17 47.5 54 32.1 12. 54.3 23.
45.6 What would be the contents of the SAS data set if the input statement used was each of the following? Write a brief explanation of what takes place in each data step.
a. input Id Score1;
b. input Id Score1 @@;
c. input Id;
d. input Id Score1 Score2;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
