HTCOBRUN

      htcobrun - Load and run COBOL programs defined in modules (shared libraries or DLLs).


SYNOPSIS

      htcobrun [options] program-name [command-line-parms]

DESCRIPTION

      Load and run programs defined in modules.
      A module is a shared library (DLL) which can contain one or more 
      programs (function in C).

      The current version of 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.



OPTIONS


      -h Display help and exit.


      -V Display version information and exit.


ENVIRONMENT

      LD_LIBRARY_PATH and TCOB_LD_LIBRARY_PATH

      Define the module (shared libraries, DLL) search paths.
      The default search path is the current working directory.


SEE ALSO

       htcobol(1), GCC(1), as(1), ld(1), make(1)



Last modified : August 22, 2010
TinyCOBOL