Create the NUMBERS data set. The DATA step uses list input to create the NUMBERS data set.
data numbers; input x y z; datalines; 14.2 25.2 96.8 10.8 51.6 96.8 9.5 34.2 138.2 8.8 27.6 83.2 11.5 49.4 287.0 6.3 42.0 170.7 ;