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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Jri123

  1. Jri123

    Record and File Description in Cobol

    Well, my compiler doesn't indicate any errors, but i'm not writing a full program, only parts of it so I can't really test it. I just want to make sure its allowed to write it down like that.. Kind regards
  2. Jri123

    Record and File Description in Cobol

    In the record description... 05 boek-alt-key1. 07 b-buitgever PIC X(25). 05 boek-alt-key2. 07 b-btitel PIC X(25). If its allowed to write it down like that, using 2 alternate keys with each an individual groupfield.
  3. Jri123

    Record and File Description in Cobol

    Hello, I have a question about the record and file description in Cobol. This is my code: --File description-- SELECT OPTIONAL boek-file ASSIGN TO "boek.dat" ORGANIZATION IS INDEXED ACCESS MODE IS DYNAMIC RECORD KEY IS boek-prim-key ALTERNATE RECORD KEY IS boek-alt-key1 WITH...

Part and Inventory Search

Back
Top