COBEC1100 - COBEC1109
Restriction:
This topic applies only when the Enterprise Server feature is enabled.
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 (signalling 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 modfication 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 shuold 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.
Parent topic:
COBEC Error Messages