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 Mike Lewis 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. luckysherrif

    sequential file update

    SORTED, it was and end-of-file condition that gave me headaches... solved with an 'OR' condition. PS: if anyone knows another cobol forum :))) more active... Keep the spaghetti going!
  2. luckysherrif

    sequential file update

    It's kinda sorted out now, but at some point, it kicks me out with an error: Failed to read (STATUS = 46) File : 'TRANSFER.DAT'. It makes the math ok, but it kicks me out before i write the files. Anyone that can help??? I can send the code, it is a short file with 150 lines.... Thank you!
  3. luckysherrif

    sequential file update

    I mean I cant't load old master in working storage...
  4. luckysherrif

    sequential file update

    TRANSFER FILE JOHN DOE 1680.00 JOHN DOE -320.99 JOHN DOE 401.00 JOHN DOE -20.00 MASTERFILE JOHN DOE 2100 The update must be sequentially made, I can't use ws-memory... Iț's sorted out in my mind, just have to write the code and test :). An advice would be nice...Thanks!
  5. luckysherrif

    sequential file update

    Hello guys, I need to make a program to update a masterfile from transfer file by computing them. Problem is that the transfer file has multiple keys with same record that need to be computed to only one key in master file. I have done updates but only with same number of records in master and...

Part and Inventory Search

Back
Top