COBEC0020 - COBEC0039
COBEC0020W <opt> option not supported for <cmd>
The option
<opt>
is not supported for the EXEC CICS
<cmd>
command in the emulation.
COBEC0021E <opt> is not a valid option for <cmd>
The option
<opt>
is not valid on the EXEC CICS
<cmd>
command.
COBEC0022E <opt-1> option conflicts with <opt-2> option
The options
<opt-1>
and
<opt-2>
are mutually exclusive in the context of the current EXEC CICS command.
COBEC0023W Duplicate <opt> option
The option
<opt>
is specified more than once on the current EXEC CICS statement.
COBEC0024E Required <opt> option missing from <cmd>
The
<opt>
option is required on an EXEC CICS
<cmd>
command and has been omitted.
COBEC0025E <opt> option requires an argument
The
<opt>
option is expected to have an argument in parentheses following the option.
COBEC0026E <opt> argument must be (data-area)
The argument for the
<opt>
option must be a data-area; a literal or equivalent construct was found instead of a data-name.
COBEC0027W <opt> option should not have an argument
An argument was specified for the
<opt>
option which should not have an argument.
COBEC0028E <opt> argument must be alphanumeric value/area
The argument for the
<opt>
option must be either a data-area or an alphanumeric literal.
COBEC0029E <opt> argument must be numeric value/area
The argument for the
<opt>
option must be either a numeric literal or a data-area.
COBEC0030E <opt> argument must be (ptr-ref) or ADDRESS OF ...
The argument for the
<opt>
option must be an address.
COBEC0031W <opt> specifies length for an option not present
The option
<opt>
is a length specification that gives the size of area for some other option which has been omitted.
COBEC0032E <opt> required in OSVS for Length specification
The
<opt>
option is required in OSVS COBOL programs to provide a length specification.
COBEC0033E <opt-1> invalid without <opt-2>
The
<opt-1>
option is valid only if the
<opt-2>
option is also specified for this EXEC CICS command.
COBEC0034E <opt-1> required with <opt-2>
The
<opt-1>
option is required if the
<opt-2>
option has been specified for this EXEC CICS command.
COBEC0035I <cmd> command is a NO-OP if no options specified
No options for the
<cmd>
command are required, however, if none are specified the command acts like a null operation.
COBEC0036W <opt> duplicate specification overrides previous
The same option,
<opt>
, has been specified more than once in the same EXEC CICS statement and its later specification(s) will effectively override prior ones.
COBEC0037E <opt> argument must be a procedure label name
The argument to the
<opt>
option must be a paragraph (or section) name in the procedure division.
COBEC0038E MAP(literal) or FROM or MAPONLY is required
On a SEND MAP command, a data area is required for the user data to be mapped when MAPONLY is not specified.
COBEC0039S Invalid syntax for DFHVALUE(condition)
The DFHVALUE string was not followed by a parenthesized name identifying the CVDA whose value should replace the DFHVALUE construct.
Parent topic:
COBEC - CICS API Preprocessor Error Messages