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

    COBOL I/O ERROR 46

    IF READ-OLD = 'Y' READ OLD-FILE AT END MOVE HIGH-VALUES TO ACCOUNT-O END-READ END-IF IF READ-TRANS = 'Y' READ TRANS-FILE AT END MOVE HIGH-VALUES TO ACCOUNT-T END-READ END-IF The error occurs when I try to read OLD-FILE. However, if I switch the two almost identical...
  2. modnar

    COBOL I/O ERROR 46

    Let me see if I can make my question more specific. Is it a problem with the program or the file I'm reading. I have tried recreating the file and even using the exact same file that the program reads fine. There are no warnings or errors when the program compiles, but that doesn't...
  3. modnar

    COBOL I/O ERROR 46

    Jack, Thanks for your help. I am a student. I was trying to find some manuals on line, but woe is me. :) I'm still confused, though. The program reads two files that are almost identical and reads them in the exact same way at the exact same time. Why would it decided to crap out on this...
  4. modnar

    COBOL I/O ERROR 46

    I suddenly started getting that error with an INPUT file I'm using. The file is there and has the correct name and everything. This error pretty much appeared out of the blue, and I have no idea what it means. Can anyone help? Thanks in advance!

Part and Inventory Search

Back
Top