COBOL program to Demonstrates how to insert records into a sequential file from a file of transaction records

COBOL example program that reads a sequential file and displays the records

COBOL Example program demonstrating how to create a sequential file from data input by the user

COBOL Program Demonstrates how the PERFORM..VARYING and the PERFORM..VARYING..AFTER (fourth format)

COBOL Program Demonstrates how the PERFORM..VARYING and the PERFORM..VARYING..AFTER

COBOL Program  Demonstrates how the PERFORM..UNTIL

COBOL Program Demonstrates how the PERFORM..UNTIL

Demonstrates how the PERFORM..UNTIL (third format) may be used to process a stream of values where the length of the stream cannot be determined in advance (although in this case there is a set maximum number of values in the stream).

Demo & Full Guide

COBOL Program Demonstrates how the PERFORM..UNTIL


COBOL Program Demonstrates the second format of the PERFORM with example

COBOL example program demonstrating how the first format of the PERFORM may be used to change the flow of control through a program.

COBOL Program An example program demonstrating the use of Condition Names (level 88's).

COBOL Example program that implements a primative calculator. The calculator only does additions and multiplications.