17030

Explanation

Perform goto cannot be completed because a goto-out-of-block is not supported for the language.

The application routine is a mix of languages. One routine is performing an EXEC CICS® HANDLE with the LABEL option and calling another routine that is written in a language that does not support EXEC CICS HANDLE with LABEL. A condition occurred that caused CICS to try to branch to the handle label in the caller.

System action

CICS abnormally terminates the transaction with abend code APC2.

Programmer response

Change the logic of the routine. Try using EXEC CICS HANDLE with the PROGRAM option instead of EXEC CICS HANDLE with the LABEL option.