inteleserve
IS-IT--Management
I have file a containing:
fullname, address, city, state, zip, zip4, phone, ole, oma1e, score
I have file b containing:
fullname, address, city, state, zip, zip4, phone, ole, score, lender
I have file c containing:
fullname, address, city, state, zip, zip4, phone, fieldx, fieldz, ole, oma1e.
I want to combine all 3 of these files into a new file but I dont want anything to get cut off. I know I can go in and do a modi struc and make sure they all have the same structure, then append however if we have 50 fields this may take some time.
Any suggestions?
fullname, address, city, state, zip, zip4, phone, ole, oma1e, score
I have file b containing:
fullname, address, city, state, zip, zip4, phone, ole, score, lender
I have file c containing:
fullname, address, city, state, zip, zip4, phone, fieldx, fieldz, ole, oma1e.
I want to combine all 3 of these files into a new file but I dont want anything to get cut off. I know I can go in and do a modi struc and make sure they all have the same structure, then append however if we have 50 fields this may take some time.
Any suggestions?