The following SAS program is submitted:data temp;length 1 b 3 x;infile 'file reference';input a b x;run;What is the result?