Start of change

DSNT014I   program-name file-operation FILE ERROR FOR DD:dd-name. DIAGNOSTIC TEXT diagnostic-text

Explanation

The program encountered an error for the data set allocated to the data definition statement.

program-name
The name of the program.
file-operation
The file operation during which the error occurred: OPEN, READ, WRITE, or CLOSE.
dd-name
The name of the data definition statement.
diagnostic-text
Additional diagnostic information for the error.

System action

The file operation fails and the program terminates.

User response

Correct the error indicated by the diagnostics, which are provided by the IBM® Language Environment®.

Severity

12 (severe error)

End of change