COBEC6000 - COBEC6019
COBEC6001S Unrecognizable text <text> ignored
x.
COBEC6002E Invalid command <cmd>
The command
<cmd>
is not recognized as a valid EXEC CICS command by the translator.
COBEC6003W Unsupported command |<cmd> null string or "(syntax validated)"| ignored
The CICS command
<cmd>
is recognized by the preprocessor as a valid command, but it is not supported in the emulation.
COBEC6004E Command <cmd> requires at least 1 keyword
Although none of the options for the
<cmd>
command are required, at least one of them must be specified.
COBEC6005S Too many keywords for command |<cmd> (Max = Max keywords)|
Case 1: The EXEC CICS
Max keywords
command allows a maximum of number of options to be specified in a single instance of the command and that number was exceeded.
COBEC6006E Invalid keyword <opt> specified
The option
<opt>
is not valid on the EXEC CICS command.
COBEC6007I Keyword <opt> is ignored
The option
<opt>
is ignored on the EXEC CICS command.
COBEC6008W Unsupported keyword <opt> specified
The option
<opt>
is not supported for the EXEC CICS command in the emulation.
COBEC6009E Required keyword <opt> missing
The
<opt>
option is required on the EXEC CICS command and has been omitted.
COBEC6010W Duplicate keyword <opt> specified
The option
<opt>
is specified more than once on the current EXEC CICS statement.
COBEC6011E Mutually exclusive keywords specified |<keyword list>, <keyword list>|
Either the options in the <keyword list> are mutually exclusive in the context of the current EXEC CICS command or the first options in the list is invalid when the second option is present.
COBEC6012E Keyword <opt-1> invalid without keyword <opt-2>
The
<opt-1>
option is valid only if the
<opt-2>
option is also specified for this EXEC CICS command.
COBEC6013E Keyword <opt-1> required with keyword <opt-2>
The
<opt-1>
option is required if the
<opt-2>
option has been specified for this EXEC CICS command.
COBEC6014W Keyword <opt> does not take an argument
An argument was specified for the
<opt>
option which should not have an argument.
COBEC6015E Keyword <opt> requires an argument
The
<opt>
option is expected to have an argument in parentheses following the option.
COBEC6016E Keyword <opt> argument value missing
The
<opt>
option was followed by an open parenthesis and a close parenthesis with no argument specification between them.
COBEC6017E Illegal value <argument-value> for keyword "DFHRESP" or "DFHVALUE" specified
For keyword DFHRESP, the condition name specified in parentheses is not a valid CICS condition name.
COBEC6018E MAP(literal) or FROM or MAPONLY required
On a SEND MAP command, a data area is required for the user data to be mapped when MAPONLY is not specified.
COBEC6019W CSA non-portable
The EXEC CICS ADDRESS CSA option will always return a null pointer/address value in the emulation.
Parent topic:
COBEC - CICS API Preprocessor Error Messages