Received message "TMSRIM20 CAIRIM OVERLAYING EXISTING SVC"
I have verified that SVC 248 is installed in the IEASVCxx parm member; the member contains a comment:
/* 248 CA1 FAILSAFE SVC J P */
and the record:
SVCPARM 248,REPLACE,TYPE(4),EPNAME(TMS00SVC),APF(NO)
I also can't find L0E0INIT and need some support for this please.
CA/1 R14.0
There was an entry for the TMS00SVC module in the LPALSTxx concatenation.
TMS00SVC was specified in dataset within the LPALSTxx concatenation. This entry was removed.
Member TMS00SVC resides in library 'hlq.CTAPLINK' which must be APF authorized and reside in the LNKLSTxx concatenation.
The SVC is then installed when CAS9 executes at IPL time.
e.g.
PRODUCT(CA 1/MVS) VERSION(L0E0) INIT(L0E0INIT) PARM(SVC=248,INIT)
The FAILSAFE usermod can be put in 2 ways.
1) The FAILSAFE USERMOD is distributed as member CTSJUSAF in the CTAPJCL library.
or
2) For z/OS 2.2 and above, the installation of the CTSJUSAF in the z/OS SMP zone can be replaced by adding the following statement to one of your active PROGxx members of SYS1.PARMLIB:
EXIT ADD EXITNAME(OCE_VOLUMEMOUNT) MODNAME(CTS019VM)