IGZ0032S   A CANCEL was attempted on active program program-name.

Explanation

An attempt was made to cancel an active program. For example, program A called program B; program B is trying to cancel program A.

System action

The application was terminated.

Programmer response

Remove the failing CANCEL statement. In order to locate the failing CANCEL statement, rerun the application with TERMTHDACT(TRACE) or (ABEND). Review the traceback information to identify the program that issued the CANCEL.

Symbolic Feedback Code

IGZ010