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 wOOdy-Soft 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 coboldummy

  1. coboldummy

    Coding for table problem re. slade

    Cheers Jack thats helped me a bit. I'll give it a go. CobolDummy.
  2. coboldummy

    Coding for table problem re. slade

    slade and other members This is the code I have produced so far for my problem with cobol tables. FD Student-File. 01 Student-Rec. 03 SF-CandNo Pic 99. 03 SF-Paper1-Mark Pic 999. 03 SF-Paper2-Mark Pic 999. 03 SF-Paper3-Mark Pic 999. Working-Storage...
  3. coboldummy

    Help needed concerning Cobol tables!!

    I am having trouble solving the following problem: Student exam results are stored on a disk file in candidate number sequence. There are three different papers in the exam with each result being stored on a separate record. Each record will also show the mark obtained (as a percentage) for the...

Part and Inventory Search

Back
Top