COBEC9000 - COBEC9019
COBEC9000F CICS Preprocess/Check Aborted
The user has done a control-break to terminate the check process, or a FATAL error has occurred, or some system failure has caused the preprocess/check to be terminated prematurely.
COBEC9001F Invalid Preprocess Directive = <string>
The PREPROCESS directive following the options for the TX preprocessor is incomplete or improperly specified.
COBEC9002F Unrecognized Directives = <string>
The only directive which can follow the TX preprocessor options is an explicit PREPROCESS directive.
COBEC9003F COBOL Dialect = <dialect directive> is not supported
The COBOL directive,
<dialect directive>
, specifies a dialect which is not supported by the Micro Focus CICS Option.
COBEC9005F Error loading CICS preprocessor module preprocessor-module
The CICS preprocessor module could not be loaded as part of the initialization.
COBEC9010F Preprocessor Option Flags missing
There was not a string following the PREPROCESS(cicsprep) directive to specify the TX preprocessor options.
COBEC9011F Invalid COBOL Dialect option = <l>
The first flag in the TX preprocessor options specifies the language dialect.
COBEC9012F Invalid VSC2 Uppercase/Lowercase Source option = <c>
The second flag in the TX preprocessor options specifies whether lowercase syntax (literals can always be lowercase) is allowed.
COBEC9013F Invalid Preprocessor Error Pause option = <e>
The third flag in the TX preprocessor options specifies whether the preprocessor should pause and query the user when an error is encountered.
COBEC9014F Invalid Preprocessor Debug Output option = <b>
The fourth flag in the TX preprocessor options specifies what debug files are to be produced.
COBEC9015F Invalid DL/I Support option = <d>
The fifth flag in the TX preprocessor options specifies whether EXEC DLI support is present.
COBEC9016F Invalid SQL Support option = <s>
The sixth flag in the TX preprocessor options specifies whether EXEC SQL support is present.
COBEC9017F Invalid Reusable Code Manager Support option = <r>
The seventh flag in the TX preprocessor options specifies whether Reusable Code Manager support is needed.
COBEC9018F Invalid Unsupported Function Action code = <f>
The eighth flag in the TX preprocessor options specifies the default action to be taken for an unsupported CICS API command.
COBEC9019F Invalid Unsupported Option Action code = <o>
The ninth flag in the TX preprocessor options specifies the default action to be taken for an unsupported option on a CICS API command.
Parent topic:
COBEC - CICS API Preprocessor Error Messages