EDC5077I
An error occurred trying to erase a VSAM record.

Explanation

The fdelrec() function could not successfully erase the last record read from the specified VSAM file.

System action

The fdelrec() function fails.

Programmer response

Examine the values of __amrc__code__feedback__rc and __amrc__code__feedback__fdbk immediately after receiving this errno. Look up the __rc and __fdbk values in a VSAM Macro Reference manual, such as MVS/ESA VSAM Administration: Macro Instruction Reference. __rc corresponds to the register 15 value, __fdbk corresponds to the Reason Code. See z/OS XL C/C++ Programming Guide for more information on the __amrc structure.

Symbolic Feedback Code

EDC4UL