Your source code contains an EXEC CICS statement in an OVERFLOW, EXCEPTION, or NOT EXCEPTION clause within a CALL statement.
The EXEC CICS statement is passed through to the Checker without being translated by the preprocessor.
Correct the placement of the EXEC CICS statement within the source program. One method is to move the CALL to a separate paragraph which is performed from the clause within the CALL statement.
Destination: | Source Listing, .TRL file, STDOUT |