Latest 2014 Pass4sure and Lead2pass SAS A00-201 Practice Tests (A 31-40)
31: The contents of the raw data file SIZE are listed below:
—-|—-10—|—-20—|—-30
72 95
The following SAS program is submitted:
data test;
infile ‘size’;
input @1 height 2. @4 weight 2;
run;
Which one of the following is the value of the variable WEIGHT in the output data set?