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


Characteristics of the ACS Installation Exits

z/OS DFSMS Installation Exits
SC23-6850-01

In general, the routines you write for the ACS installation exits must:
  • Handle multiple requests (reentrant)
  • Reside in SYS1.LPALIB
  • Have AMODE 31
  • Have RMODE ANY
  • Be written in Assembler H or High-Level Assembler.

The exit routines are given control in task mode and protect key zero with no locks held and 31-bit addressing mode. They must not operate in cross-memory mode.

When writing an ACS installation exit routine, you should only reference data that is explicitly passed, because too many different environments can invoke an ACS installation exit. An ACS routine should not issue a dynamic allocation request, because a dynamic allocation request can invoke an ACS exit. During the course of allocation, the ACS routine or exit can be entered multiple times.

Linkage is with standard MVS linkage conventions.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014