CROX;
Not working. Here's the relevant portion of my code.
What am I missing? Thanks. CHITOWNJOE
************************************************************
WORKING-STORAGE SECTION.
0 01 FLAG1 PIC 9 VALUE 0.
0 01 FLAG2 PIC 9...
What's the best/easiest way to ignore case(ie. caps/
small letters), when comparing 2 ascii files.
This would be in a DOS MF-Cobol application.
-Joseph Young
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...
How would I code(PROCEDURE DIVISION), to first extract
certain records(ie. ACCT-NO = '0001400100'), write them
to a file, then SORT the rest of the records, and include
the sorted records, in the same file? I've pretty much
got the rest of the program coded, just need to add this
logic, the best...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.