options nodate nonumber nocenter; data gem; infile 'gem.asc'; input id long lat fco2 fhco3; proc print; run;