The JES2 Exit 6 interface needs to be removed. Will removing the following statements from the JES parm disable the exit?
LOADMOD(U11U2X) STORAGE=PVT
EXIT006 ROUTINE=U11R22X6,ENABLE
Release : 11.0
Removing the JES2 Exit(6) interface for CA 11 from your environment requires the following:
1) Remove the statements below from JES init deck
LOADMOD(U11U2X) STORAGE=PVT
EXIT006 ROUTINE=U11R22X6,ENABLE
2) Set CI=INACT in the CA 11 config file
You can issue the "$DEXIT(6)" JES2 command to determine if the exit has been disabled. If module U11R22X6 does not show in the routines list then the exit is not enabled.