Site defined usermods USERMODX which has pre-req USERMODY are being applied after all the required maintenance for ZOS 2.5 pre-req have been applied. The question is whether these two usermods USERMODX and USERMODY need to be applied or just perform an IPL with latest maintenance?
Getting the following messages:
APPLY CHECK SELECT (USERMODY USERMODX) .
GIM38201E ** THERE IS A MODID ERROR FOR MACUPD ENTRY ACFCFDE IN SYSMOD USERMODZ.
GIM31901I SYSMOD USERMODX DOES NOT SPECIFY SO07032 ON THE PRE OR SUP OPERAND. SO07032 IS THE RMID FOR MACUPD ACFCFDE
THAT IS CURRENTLY INSTALLED.
GIM22601I APPLY PROCESSING FAILED FOR SYSMOD USERMODX.
Release : 16.0
Component : ACF2 for z/OS
Yes after applying all of the required maintenance USERMODs USERMODX and USERMODY should be re-applied after verifying all of the USERMOD update line numbers are still valid for the ACF2 source and macro members that are updated. Since there is a modid GIM38201E error for SYSMOD USERMODX DOES NOT SPECIFY SO07032 ON THE PRE OR SUP OPERAND for MACUPD ACFCFDE either update the usermod USERMODX to add a PRE for SO07032, or do a BYPASS(ID) on the APPLY of USERMODX.
If the option to update your usermod USERMODX is chosen add the PRE as follows:
++USERMOD (USERMODX) .
++VER (Z038) FMID(CAX1G00)
PRE(SO07032) .
If the option do a BYPASS(ID) on the APPLY of USERMODX add the BYPASS(ID) as follows:
APPLY SELECT (USERMODX) BYPASS(ID) REDO .