/* 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_q43results.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=33; INPUT ID $ 1-7 STATE $ 8-14 COUNTY $ 15-21 PLACE $ 22-32 Q022004A 33 ; LENGTH Q022004A 3 ; RUN ;