EDC5264I
Truncation of a block occurred during an I/O operation.

Explanation

Truncation occurred because the specified block length on the write operation was larger than the block buffer size.

System action

The return value depends on the operation attempted. In all cases, the buffer will be written up to the point where truncation occurred.

Programmer response

For a file opened for blocked I/O, specify a smaller number of bytes for fwrite().

Symbolic Feedback Code

EDC54G