SMP/E GIM38202W MODID errors when installing CA Dispatch Special Features usermod DSB0EX7
search cancel

SMP/E GIM38202W MODID errors when installing CA Dispatch Special Features usermod DSB0EX7

book

Article ID: 60288

calendar_today

Updated On:

Products

Dispatch Output Mgmt

Issue/Introduction

We want to install SPECIAL FEATURES for CA Dispatch via the CA Supplied DSB0EX07 job from the SAMPJCL library. When we execute the APPLY CHECK, we receive the following errors:

APPLY SELECT(DSB0EX7) CHECK.

GIM38202W THERE IS A MODID ERROR FOR ASSEMBLY CADSFEAT FOR SRC ENTRY CADSFEAT IN SYSMOD DSB0EX7.

GIM31901I SYSMOD DSB0EX7 DOES NOT SPECIFY RO02515 ON THE PRE OR SUP OPERAND. RO02515 IS THE RMID FOR MOD CADSFEAT THAT IS CURRENTLY INSTALLED.



What is the recommended approach to addressing this error?

    Environment

    z/OS

    Resolution

    To resolve the above condition:

    • Verify that the BASE SYSMODS for CA Dispatch have been SMP/E ACCEPTED. It is also recommended and likely necessary that in addition to the BASE SYSMODS, all cumulative maintenance and individual APARS that might have been APPLIED after the initial install of CA Dispatch will also have to be SMP/E ACCEPTED.
       
    • Perform an SMP/E REJECT of the version of DSB0EX7 that has already been RECEIVED.
       
    • Modify the ++VER statement in the DSB0EX07 JCL to include a PRE(RO02515) parameter. Example:

      ++ VER(Z038) FMID(CDSB000) PRE(RO02515).
       
    • You will then need to RE-RECEIVE the modified DSB0EX7 USERMOD before performing the APPLY CHECK again. If the APPLY CHECK is clean, the DSB0EX7 USERMOD can then be APPLIED without error.