z/OS DFSMS OAM Planning, Installation, and Storage Administration Guide for Object Support
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Adding the installation exit routines to CBRUXTVS_EXIT

z/OS DFSMS OAM Planning, Installation, and Storage Administration Guide for Object Support
SC23-6866-00

Users of DFSMSrmm need not provide an exit routine for this exit point because OAM always invokes the DFSMSrmm EDGTVEXT exit routine directly whenever an OAM tape volume is returned to MVS scratch. However, if you are using a tape management system other than DFSMSrmm, then you need to add the module name of the installation exit routine provided by the tape management system with the OAM dynamic exit point, CBRUXTVS_EXIT. For example, if you are using the DFSMShsm ARCTVEXT module, you could specify the following EXIT statement in the PROGxx PARMLIB member:
EXIT ADD 	EXITNAME(CBRUXTVS_EXIT)
                    			MODNAME(ARCTVEXT)
                    			STATE(ACTIVE) 
You can associate multiple exit routines to the CBRUXTVS_EXIT exit point by specifying multiple EXIT ADD statements. See z/OS MVS Initialization and Tuning Reference for information about the PROGxx parmlib member.

Alternatively, you can add the exit routines to this exit point with the SETPROG EXIT command. See "Adding an Exit routine to an Exit" in z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN for details, or see z/OS MVS System Commands for information about the SETPROG EXIT command.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014