00E30305   

Explanation

This reason code is used by the automatic binding function to indicate that the package that is currently being allocated is not operational.

If a package becomes invalid, the VALID column in the SYSIBM.SYSPACKAGE table is set to a value other than Y. The next time that the package is allocated, automatic rebinding is triggered.

If automatic rebinding is successful, then the package becomes valid again. (The value in the VALID column is changed to Y.) If the rebinding is not successful, then the package remains invalid and becomes inoperative. (The value in the VALID column stays the same and the value of the OPERATIVE column is changed to N.) The allocation fails, and this code is issued.

System action

Agent allocation fails or DROP package fails.

System programmer response

Determine what made the package not operational, and issue a REBIND subcommand for the package.