cobrun(1) — Commands
Micro Focus
NAME
cobrun
DESCRIPTION
The cobrun command runs dynamically loadable (.int and .gnt) programs output by the Micro Focus COBOL cob command.
NOTES
To access a Micro Focus COBOL offering licensed through Digital Equipment Corporation, the COBDIR environment variable must be set to the path of the installed product and the LD_LIBRARY_PATH environment variable must include the path of the COBOL shared libraries $COBDIR/coblib:
COBDIR=/usr/lib/cmplrs/cob
export COBDIR
LD_LIBRARY_PATH=$COBDIR/coblib
export LD_LIBRARY_PATH
Or in the C shell:
setenv COBDIR /usr/lib/cmplrs/cob
setenv LD_LIBRARY_PATH $COBDIR/coblib
RELATED INFORMATION
On-line help: cobrun hyhelp
Commands: cob(1)