!uszip.def [100] ! definitions related to the USZIP ISAM file define USZIP_FSPEC$ = "USZIP.IDX[908,48]" define USCITY_FSPEC$ = "USCITY.IDX[908,48]" define CH_USZIP = 50000 ! file channel define CH_USCITY = 50001 ! " define LEN_CITY = 28 define LEN_COUNTY = 15 define LEN_CITYZIP = 33 ! len of CITY + ZIP define ZREC_SIZE = 50 DEFSTRUCT ST_ZIPREC map2 CITY,S,LEN_CITY map2 ZIP,S,5 map2 COUNTY,S,LEN_COUNTY map2 STATE,S,2 ENDSTRUCT