IKM078
11111111 UNMATCHED PARENTHESES, xxx MISSING

Explanation

The system detected that the left and right parentheses in the current statement are unbalanced; one or more left or right parentheses are missing. The statement is not checked further.

In the message text:
xxx
Identifies which parenthesis was missing.

System programmer response

If the error recurs and the program is not in error, search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide all printed output and output data sets related to the problem.

Programmer response

Correct any errors in the PL/I source statement and let the syntax checker scan it again. Compile the statement as part of a valid program.

Source

Programming Language/I (PL/I)