z/OS DFSMS Installation Exits
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Pre-ACS Installation Exit IGDACSXT

z/OS DFSMS Installation Exits
SC23-6850-01

The pre-ACS routine exit (IGDACSXT) enables a tape management system to influence ACS routine construct selection. Through this interface, four new read-only variables can be set by your tape management system and then used in ACS routine processing:
  • Pool name (&MSPOOL)
  • Policy name (&MSPOLICY)
  • Destination name (&MSPDEST)
  • User parameter information (&MSPARM)
Prior to invoking the ACS routines, the exit is called via dynamic exit services, providing an opportunity for the tape management system to set the tape-management related read-only variables.
Note: DFSMSrmm does not use this exit. An equivalent interface exists.

The dynamic exit service is described under CSVDYNEX in z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN. It allows you to define multiple exit routines simultaneously to one exit.

Customers use their tape management system as a repository for movement rules of tape data sets to vaults or backup centers. In the allocation process, with a system-managed tape library, and especially with a VTS, the choice of a storage group needs to be influenced by whether or not the tape stays in the computing center or goes outside. For environments with multiple system-managed tape libraries and complex vaulting requirements, allocation to a particular library or VTS should be matched to the vaulting requirements of the data sets being allocated. Because this information is already available within the tape management system, this exit provides a way to make this information accessible to the ACS routines.

Allowing the tape management system's logic to more directly support tape allocation under SMS will avoid redundancy and duplication of effort. These same variables can also replace most of the filter lists currently used by customers using the IBM Tape Mount Management methodology. Though the pre-ACS routine exit is not limited to the usage described here, this is one of the ways in which this exit may be used by a tape management system.

If installation exit module IGDACSXT abends, SMS ignores the exit call and continues processing.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014