htcobrun - Load and run COBOL programs defined in modules (shared libraries or DLLs).
htcobrun [ options ] program-name [ arg1 ... argN ]
Load and run programs defined in modules. A module is a shared library (DLL on Wind*ws) which can contain one or more programs (function in C).
Current version of 'htcobrun' only supports called program which do NOT have any paramaters. Meaning a PROCEDURE DIVISION without a USING paramaters clause in COBOL.
Any command line paramaters (arg1...argN) passed to the called program can be retrieved using the ACCEPT verb in COBOL.
-h Display help and exit.
-V Display version information and exit.
Define the module (shared libraries, DLL) search paths. The default search path is the current working directory.