C04B0014

Explanation

The fseek() or fseeko() function was called to relatively reposition with an offset greater than 2 GB in an undefined OS data set using record I/O. Undefined record I/O treats each block as a record. The run-time supports data sets up to 2 GB blocks in size. Repositioning beyond 2 GB blocks is unsupported.

Programmer response

None.

Symbolic Feedback Code

JrEdcP084Ebadseek09