z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EXITS: Specify exits to be taken option

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

The EXITS option allows you to specify an exit(s) to be taken during binder processing. For more information, see z/OS MVS Program Management: Advanced Facilities.

EXITS=(exit(module-name[,variable]),…)

where

exit
Specifies the user exit(s) to be selected. Choose one or more user exit names from INTFVAL, MESSAGE, and SAVE.
module-name
Specifies the name of your loadable exit module
variable
Specifies an optional variable to be passed to your exit routine as follows:

For the INTFVAL exit you can specify an option string of up to 64 characters (if the string is enclosed in quotation marks, the quotation marks are removed).

For the MESSAGE exit you can specify one numeric value that indicates the minimum severity of the messages to be processed by the specified exit. For example, specify 4 to suppress processing of informational messages.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014