COBEC0040 - COBEC0059
COBEC0040E <x> is not a valid cvda-name for DFHVALUE
The CVDA name specified in parentheses after DFHVALUE is not a valid CVDA name for CICS.
COBEC0041E <opt-1> invalid with <opt-2>
The option
<opt-1>
is invalid when the
<opt-2>
option is present.
COBEC0042E Max. of <n> options for <cmd> exceeded
The EXEC CICS
<cmd>
command allows a maximum of
<n>
options to be specified in a single instance of the command.
COBEC0043E <opt> option argument value missing
The
<opt>
option was followed by an open parenthesis and a close parenthesis with no argument specification between them.
COBEC0044W CSA option returns NULL - Non-portable usage
The EXEC CICS ADDRESS CSA option will always return a null pointer/address value in the emulation.
COBEC0045I <opt> argument should be (area), accepted (value)
The argument for the
<opt>
option should be a data-area, but a value (literal or equivalent construct) was specified.
COBEC0046S EXEC CICS statement must be in PROCEDURE DIVISION
Your source code contains an EXEC CICS statement before the PROCEDURE DIVISION header was found.
COBEC0047W CALL statement not supported in (NOT) EXCEPTION clause
Your source code contains a CALL statement in an OVERFLOW, EXCEPTION, or NOT EXCEPTION clause within another CALL statement.
COBEC0048S EXEC CICS statement must be in PROCEDURE DIVISION
Your source code contains an EXEC CICS statement in an OVERFLOW, EXCEPTION, or NOT EXCEPTION clause within a CALL statement.
COBEC0049W Nested CALL statement stack overflow
The preprocessor stack for nested CALL statements has overflowed.
COBEC0050I <opt> is not valid in CALL on mainframe
The
<opt>
keyword in the CALL statement is a Micro Focus extension which will be invalid on the mainframe.
COBEC0051S Command Option expected, found <opt>
An argument (i.e. text enclosed in parentheses) or an alphanumeric literal was found where an option identifier is required in the EXEC CICS statement.
COBEC0052W 'quotation mark' or 'apostrophe' used as string delimiter with 'APOST' or 'QUOTE' directive - accepted
The specified character was used as a character string delimiter when the alternative delimiter was in effect according to the specified directive.
COBEC0053S SYSTEM requires RESP/NOHANDLE
Each EXEC CICS statement in a system program requires the use of the RESP or NOHANDLE option.
Parent topic:
COBEC - CICS API Preprocessor Error Messages