The Tiny COBOL Project:

Sample test programs.

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

t00: ACCEPT/DISPLAY statement.

t01: ACCEPT DATE/DISPLAY statement.

t02: PERFORM and COPY/COPY REPLACING statements.

t03: ACCEPT/DISPLAY statement from stdin/stdout.  

t04: Indexed file I/O .

t05: Branching(Simple PERFORMs and WITH TEST AFTER/BEFORE option).

t06: Indexed file I/O.

t07: Calling C and COBOL programs from COBOL.

t08: Indexed file I/O and Sorting.

t09: Moves.

t10: Sequential and line sequential file I/O.

t11: Sequential file and screen I/O.

t12: Indexed file I/O.

t13: Indexed file I/O.

t14: STRING/UNSTRING clause.

t15: Calling C and COBOL programs from COBOL.

t16: ACCEPT/DISPLAY SCREEN. 

t17: ACCEPT FROM command line, environment variables. Set RETURN-CODE variable.

t18: Indexed file I/O.

t19: Multi sequential file I/O with run time file name using command 
     line arguments.

t20: SEARCH and SEARCH ALL statements. 

t21: COBOL-85 scope delimiters (END-*) and in-line PERFORM tests. 

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