/fiuba-algoritmos-4-cobol

COBOL tutorials and samples.

Primary LanguageCOBOL

Algo4 Cobol

TP folder contains simple COBOL program that reads external files and creates a new output file.

In order to run it, it is necessary to install Open Cobol https://github.com/OpenCobolIDE

More tutorials here:

  1. COBOL Tutorial http://www.tutorialspoint.com/cobol/.

  2. COBOL programming - tutorials, lectures, exercises, examples http://www.csis.ul.ie/cobol/

Indexed Files

  1. The COBOL-85 Tutorial http://www.salgslisten.dk/e-academy/cobol85tutorial/Chp09.HTM

  2. Indexed Files

Sorting files

  1. Sorting and Merging files http://www.csis.ul.ie/cobol/course/SortMerge.htm
  2. Sorting and Merging http://www.csis.ul.ie/cobol/examples/#Sort
  3. How to leave a section before the end without a goto statement http://stackoverflow.com/questions/26219494/how-to-leave-a-section-before-the-end-without-a-goto-statement

Utils