Using the Demonstration Programs [ COBOL/HP-UX Operating Guide for the Series 700 and 800 ] MPE/iX 5.0 Documentation
COBOL/HP-UX Operating Guide for the Series 700 and 800
Using the Demonstration Programs
As part of your Micro Focus COBOL software, you are issued with a suite
of programs that show how to write programs to run in a shared file
environment. The demonstration programs are:
mudemo.cbl The COBOL source for the controlling program. This
program displays information about the suite, and
presents the operator with a choice of access and
input modes. Depending on the operator's choice,
one of the four subprograms may be called:
stockin.cbl The COBOL source for the subprogram that
demonstrates opening a shared data file for input
only
stockioa.cbl The COBOL source for the subprogram that
demonstrates opening a shared data file for I-O, and
with automatic record locking
stockiom.cbl The COBOL source for the subprogram that
demonstrates opening a shared data file for I-O, and
with manual record locking
stockout.cbl The COBOL source for the subprogram that
demonstrates opening a shared data file for output
only
MPE/iX 5.0 Documentation