I am running the ACF7APYP job to APPLY ACF2 maintenance and get lots of errors like:
GIM30206E ** APPLY PROCESSING FAILED FOR SYSMOD RO42279. HOLD REASON IDS WERE NOT RESOLVED.
GIM35965I SYSTEM HOLD IPL ORIGINATED BY SYSMOD RO42279 WAS NOT RESOLVED.
How do I correct these errors?
This problem (SPM/E error messages) is due to the incomplete BYPASS statement which shows:
BYPASS(HOLDSYS(ACTION AO DEP DOC) HOLDCLASS(ERREL)) .
In this specific statement on the listed HOLDSYS values (reasons) are applicable. There can be ACF2 maintenance
that may specify a different hold system reason value.
You can either add the additional hold reason criteria (like IPL, DYNACT, and others) to the list of HOLDSYS reasons,
or remove the list of reasons which means any and all of them will be applicable. The statement now looks like:
BYPASS(HOLDSYS HOLDCLASS(ERREL)) .
Note that the original statement is technically correct when only the listed hold system reasons are specified with the
maintenance being applied at that time.
Additional information regarding the use of the BYPASS(HOLDSYS ... statement and the possible hold reason values
can be found in the IBM SMP/E Commands manual (SA23-2275-01) in the APPLY (and/or ACCEPT) chapter.