IGZ0273S   A GOBACK, EXIT PROGRAM, or STOP RUN was attempted while an EXCEPTION/ERROR declarative was in control for a QSAM ABEND. 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 an EXCEPTION/ERROR declarative is in control due to a QSAM ABEND for a READ, REWRITE, or WRITE statement. When a QSAM abend occurs during a READ, WRITE, or REWRITE, the file status code can be file status 34 or file status 90.

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 EXCEPTION/ERROR declarative is in control.

Symbolic Feedback Code

IGZ08H