(Contents)(Previous)(Next)

Linking the Compiled COBOL Program

The file name of the main program <main> must be specified as the first parameter. The executable program takes the name of the file (without a suffix). It is created in the current directory. The other file parameters are also listed without a suffix and must be object modules (*.o) or libraries (*.a) in any sequence.

Example: cobpclnk test fn1 fn2

There are test.o, fn1.a, fn2.o.

The executable program receives the name "test".

Linking a Microfocus COBOL Runtime Module with ADABAS

This shell script can be used to generate a private COBOL runtime module which executes ADABAS applications.

Call:

where <fn> must have the suffix "int" or "gnt".


(Contents)(Previous)(Next)