EDC5087I
The specified file characteristics did not match those of the existing file.

Explanation

The fopen()/freopen() was attempting to perform an open that used an existing data set, but found that the specified attributes did not match the existing file attributes; specifically, LRECL, BLKSIZE, or record format.

System action

The fopen()/freopen() function fails.

Programmer response

Verify that the attributes of the physical file are as expected by the application program.

Symbolic Feedback Code

EDC4UV