COBEC1100 - COBEC1119
COBEC1100S END-EXEC missing from command
The EXEC CICS command did not have a terminating END-EXEC.
COBEC1101S Unexpected text after END-EXEC
Text was found after the END-EXEC that was treated as part of the EXEC CICS statement.
COBEC1102E <left-paren> without preceding <option> - ignored
A left parenthesis (signaling the start of an argument value) was found where an option string was expected.
COBEC1103E <left-paren> invalid after literal - ignored
A left parenthesis was found immediately following a numeric or alphanumeric literal (where it cannot start a subscript, a reference modification, or a new argument).
COBEC1104E Repeated <left-paren> invalid - ignored
A left parenthesis was found immediately following another left parenthesis in an argument where it is invalid.
COBEC1105E <left-paren> invalid here - skipping to matching <right-paren>
A left parenthesis was found where it a parenthesized expression is invalid.
COBEC1106E Unmatched <right-paren> - ignored
An unmatched right parenthesis was found in the statement.
COBEC1107E Null subscript list or reference mod is invalid
An empty pair of parentheses was found in an argument where a subscript list or reference modification would be valid.
COBEC1108E Unexpected/invalid text <user text> - ignored
The given user text was found in the EXEC CICS statement in a position where it should not occur.
COBEC1109E 'ADDRESS' or 'LENGTH' must be followed by OF - ignored
The given COBOL special-register must be followed by the word 'OF' to be valid.
COBEC1110E 'ADDRESS OF' or 'LENGTH OF' must be followed by <data-name>
The given COBOL special-register must be followed by a <data-name> in the argument for an option.
COBEC1111E 'DFHRESP' or 'DFHVALUE' must be followed by <left-paren>
The given CICS symbolic reference must be followed by a parenthesized expression identifying the symbolic value to be translated to a numeric value.
COBEC1112E 'DFHRESP' or 'DFHVALUE' requires <'condition' or 'cvda' name> after <left-paren>
The given CICS symbolic reference must be followed by a parenthesized expression containing the symbolic name to be translated to a numeric value.
COBEC1113E 'DFHRESP' or 'DFHVALUE' missing closing <right-paren>
The given CICS symbolic reference requires a closing right parenthesis after the symbolic name.
COBEC1114E <user text> is not a valid <'condition' or 'cvda' name>
The symbolic name given in the DFHRESP or DFHVALUE construct is not a valid symbolic name for that construct.
COBEC1115E 'DFHRESP' or 'DFHVALUE' cannot be an option on EXEC command
The given CICS symbolic reference appeared in an EXEC CICS statement where an 'option' name is expected.
COBEC1116E 'IN' or 'OF' requires preceding <data-name>
The given word signals qualification and must be preceded by a data-name.
COBEC1117E 'IN' or 'OF' cannot follow a <literal>
The given word signals qualification and may not follow a character or numeric literal.
COBEC1118E 'IN' or 'OF' must be followed by <data-name>
The given word signals qualification and must be followed by a data-name.
COBEC1119E <data-name> is invalid here
A data-name is invalid in the context of the statement at this point.
Parent topic:
COBEC - CICS API Preprocessor Error Messages