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


Calling DFSMShsm ABARS Installation Exits

z/OS DFSMS Installation Exits
SC23-6850-01

The DFSMShsm ABARS installation exits must be accessible by the LOAD macro and must communicate with the standard MVS linkage for registers. Registers on Entry to DFSMShsm ABARS Installation Exits and Registers on Return from DFSMShsm ABARS Installation Exits describe standard MVS linkage with which DFSMShsm complies. The exits must save and restore registers. DFSMShsm does not place return codes in the registers; it includes them as parameters in the parameter list for exits that provide return codes. An installation exit cannot issue the DFSMShsm supervisor call instruction (SVC).

Each exit parameter list contains pointers to the information described in the discussion of each individual exit. It points to copies of the information unless specifically stated otherwise.

Because DFSMShsm responds differently to abends that occur for different exits, the actions DFSMShsm takes are described for each exit. Generally, when an exit abends, DFSMShsm issues a HOLD on the function, writes a message, and does not call the exit again until either a DFSMShsm RELEASE command releases the function or a SETSYS command requests the function.

If an exit abends and you require a dump for problem determination, see z/OS DFSMShsm Diagnosis. Exits are not subject to TRAP commands.

Table 1 lists the hex values for exits that do selective processing based on the device type DFSMShsm is processing.

Table 1. Hexadecimal Values for UCB Device Types
  Unit Name UCB Device Type Third and Fourth Bytes ( Note 1)
3380 X'200E'
3390 X'200F'
3420 X'8003'
3423 X'8082'
3480 X'8080' ( Note 2)
3480X X'8080' ( Note 2)
3490 X'8081'
3590-1 X'8083'
9345 X'2004'
Note:
  1. The logical device names for some tape devices are different from their physical device names. 3480XF tape devices are identified with 3480X in the JCL; therefore, specify 3480X in the JCL when identifying 3480XF tape devices to DFSMShsm.
  2. A tape device supports improved data recording capability if the 04 bit is on in the second byte of the four-byte UCB device-type code.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014