IGZ0274S   A GOBACK, EXIT PROGRAM, or STOP RUN was attempted while a LABEL declarative was in control. The declarative in control is in program program-name for file file-name.

Explanation

A GOBACK, EXIT PROGRAM, or STOP RUN statement cannot be used while a LABEL declarative is in control.

System action

The application is terminated with ABEND 4043.

Programmer response

Change the program to not use a GOBACK, EXIT PROGRAM, or STOP RUN statement when the LABEL declarative is active.

Symbolic Feedback Code

IGZ08I