I am trying to read in fixed width data from a .txt file. I am following the documentation from help infix. Here is my code:
Code:
infix dictionary using Status.txt {
    id 1-9
    name 10-32
    filedate 33-40
    agency 41-44
    station 45-53
    age 54-59
    years since degree 60-65
    education level 66-67
    pay plan 68-69
}
infix using Status.txt, clear
Thank you.
0 Response to Infix problem (using invalid varname)
Post a Comment