(Contents)(Previous)(Next)

COBOL Precompiler Calls and Options

The input file for the precompiler (source) must be specified without suffix. Its complete name, however, is "<fn>.cobpc" or "<fn>.pco".

COBOL pecompiler options:

For an explanation of the different precompiler options, see the ADABAS

COBOL Precompiler Manual.

The option '-i' has the effect that the lines in the precompiler listing are correctly counted with relation to the source file. This option must be set when the program was translated with XMS before it was precompiled with the ADABAS precompiler.

Compiler options: see information about the corresponding COBOL compiler

Sample call: cobpc -u DBUSER,DBPWRD test -o sqldbtest

Additional connect data is fetched for the corresponding session from the connect command specified in the program and/or from the XUSER file. If no XUSER file is available, all connect data must be specified using the precompiler options. These options are only valid for session 1.


(Contents)(Previous)(Next)