An opening "(" or closing ")" parentheses occurred in an EXEC CICS statement without its partner. Normally this is only detected when the END-EXEC is encountered.
The EXEC statement is treated as comments, a SEVERE error is raised, and processing continues with the word following the END-EXEC.
Correct the EXEC statement ensuring that all parentheses around option values have their corresponding partner and that any parentheses for subscripts, etc. are properly paired.
Destination: | Source Listing, .TRL file, STDOUT |