*****************************************************; *** realgrid.sas ***; *** sas code to read the floating point grids ***; *** bio1980.asc, and pd80.asc ***; *****************************************************; data in; infile 'path and file name' firstobs=7 linesize=13805; input varname@@; run;