chitownjoe
Programmer
Purpose of the program is to;
1)READ INPUT FILE
2)EXTRACT CERTAIN RECORDS TO OUT-FILE
3)ADD CERTAIN RECORDS TO WORK-FILE
4)SORT WORK FILE GIVING OUT2-FILE
5)READ/SUMMARIZE OUT2-FILE
6)REREAD OUT2-FILE APPENDING TO OUT-FILE
Program takes in 1 input file, sorts it on 4 keys,
utilizing USING/GIVING format. The output of the sort(GIVING)
is then needed to be reread, to be appended to original
output file. Problem is on reread, I get the above run-time
error. It basically is starting at the end of the file.
Problem is the file does not start the same way each time.
How do I fix this?, what would I key on? - CHITOWNJOE
1)READ INPUT FILE
2)EXTRACT CERTAIN RECORDS TO OUT-FILE
3)ADD CERTAIN RECORDS TO WORK-FILE
4)SORT WORK FILE GIVING OUT2-FILE
5)READ/SUMMARIZE OUT2-FILE
6)REREAD OUT2-FILE APPENDING TO OUT-FILE
Program takes in 1 input file, sorts it on 4 keys,
utilizing USING/GIVING format. The output of the sort(GIVING)
is then needed to be reread, to be appended to original
output file. Problem is on reread, I get the above run-time
error. It basically is starting at the end of the file.
Problem is the file does not start the same way each time.
How do I fix this?, what would I key on? - CHITOWNJOE