EDC5059I
An attempt to reposition a VSAM file failed.

Explanation

When the flocate() function was invoked, the reposition was not successful, or rewind() could not position to the beginning of the file.

System action

The flocate() function fails. The rewind() function does not reposition to the start of the data set.

Programmer response

For flocate(), verify that the attributes of the VSAM file match the type of repositioning being attempted. For a rewind() error, check the __amrc structure. See z/OS XL C/C++ Programming Guide for more information on the __amrc structure.

Symbolic Feedback Code

EDC4U3