A S213-04 abend can occur when doing package actions:
The abend arises when:
Package backout is not supported with ELIB libraries. This is because the creation and handling of backout members is done using MVS macros that only work with PDS or PDS/E
If a PDS or PDS/E containing backout members is copied to ELIB, Endevor is not aware of the change and the abend arises when it tries to blindly use the MVS macros on the ELIB dataset
To allow the package actions to proceed, you may either copy back the ELIB to PDS(E) or remove the references to the ELIB from the package.
To remove the references to the ELIB, run the Endevor job BC1JRPKG with the following DD statement allocated:
//EN$BKOUT DD DUMMY
The presence of EN$BKOUT DD triggers the following processing: