Advertisement
1 / 10
Set - 001 - Part 04
Question 1 of 10




The following SAS program is submitted:;;

data test;
infile cards;
input @1 height 2. @4 weight 2;
cards;
72 95
;
run;


Which one of the following is the value of the variable WEIGHT in the output data set?




Saving progress… My progress
Advertisement