/* This SAS program was automatically generated by Stat/Transfer */ /* The following line should contain the complete path and name of your raw data file */ FILENAME datafile 'eac_raw_juri_q35results.dat' ; /* The following line should contain the directory in which you wish your SAS file to be stored */ libname library '' ; /* The following line contains the name (without the extension) for your SAS dataset */ %LET dataset = eac_raw_ ; DATA library.&dataset ; INFILE datafile LRECL=106; INPUT ID $ 1-7 STATE $ 8-14 COUNTY $ 15-21 PLACE $ 22-51 Q022004A $ 52-98 Q022004A_NNN $ 99-105 Q022004I 106 ; LENGTH Q022004I 3 ; RUN ;