The OSISVC module is used by CA DADS Plus CICS to modify the CICS DFHRPL concattenation. Starting with GA fix SO04309 the CA DADS Plus RPL feature will no longer be supported and the OSISVC has been disabled.
After applying SO04309 if you relink OSISVC and attempt to install it dynamically using OSI$DYN JCL example below SVC 230 you get a return code of 16 on the step and a message as shown below
JOB45211 CAJR251I
[email protected] 2 OSI$DYN 0016
JOB45211 DP848: DFHRPL LIBRARY MANAGEMENT UNSUPPORTED
//SYSIN DD *
SETCODE AC(1)
INCLUDE SYSLIB(OSISVC)
ORDER OSISVC
ENTRY OSISVC
NAME IGC0023{(R)
/*
//*
//
[email protected] EXEC PGM=OSI$DYN,PARM='23{'
//STEPLIB DD DSN=DADSPL40.GA.RPL.LOADLIB,DISP=SHR
//SVCLIB DD DSN=DADSSVC.LOAD,DISP=SHR
You could delete the OSISVC from your DADS HLQ.Load library and delete OSISVCL from the DADS HLQ.SAMPLIB after applying PTF SO04309