The Tiny COBOL74 Project:

Sample test programs.

--------------------------------------------------------

t00: Program to test ACCEPT/DISPLAY statement.

t01: Program to test ACCEPT DATE/DISPLAY statement.

t02: Program to test PERFORM and COPY/COPY REPLACING statements.

t03: Program to test ACCEPT/DISPLAY statement from stdin/stdout.  

t04: Program to test indexed file I/O routines.

t05: Program to test branching(PERFORM & GOTO).

t06: Program to test file I/O using libdb.

t07: Program to test calling C and COBOL programs from COBOL.

t08: Program to test file I/O and Sorting. Program will go into loop.

t09: Program to test moves.

t10: Program to test Line Sequential file I/O.

t11: Program to test Line Sequential file I/O.

t12: Program to test indexed file I/O.

t13: Program to test indexed file I/O. Will not compile.

t14: Program to test STRING/UNSTRING clause.

t15: Program to test calling C and COBOL programs from COBOL.

t16: Program to test ACCEPT/DISPLAY SCREEN. Will not compile.

t17: Program to test ACCEPT FROM command line, ACCEPT FROM get-environment-variable.

t18: Program to test indexed file I/O.

tdb01: A C program to test file I/O using libdb.
