Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chitownjoe

    Ignoring case comparing ASCII files

    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...
  2. chitownjoe

    Ignoring case comparing ASCII files

    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
  3. chitownjoe

    Run-Time Error 146(No current record defined)

    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...
  4. chitownjoe

    How to extract certain records, then SORT the rest(same file)in COBOL

    Not MAINFRAME, PC application(MICROFOCUS).
  5. chitownjoe

    How to extract certain records, then SORT the rest(same file)in COBOL

    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...

Part and Inventory Search

Back
Top