Previous Topic: DC470079Next Topic: DC470081


DC470080

DIALOG HAS MADE AN INVALID ATTEMPT TO READ AFTER EOF

Reason:

The dialog has attempted a READ TRANSACTION after receiving an end-of-file indication (EOF) for its input map. It is possible that the dialog lacks:

A READ command is executed in any of the following cases:

Each dialog can receive EOF once for each time that its input file is processed without causing an ABEND. This is true even if the original EOF was previously returned to another dialog that reads from the same input file. After the first EOF, a dialog cannot perform another READ.

Correct the dialog process logic and rerun the job.

Module:

ADSORUNB

Severity:

1