The TPCINIT Statement determines the POS value specified by TPCF on the z/OS CSVDYNEX macro when TPCF adds its Autoreply exit routines as z/OS Allocation Recovery user exit routines for z/OS user exits IEF_ ALLC_ OFFLN and IEF_ SPEC_ WAIT. The value specified determines where in the list of possible multiple exit routines, z/OS places the TPCF exit routines. The order in which the exit routines are placed on the z/OS list is the order in which they will be called by z/OS.
Scope: N/A
This statement has the following format:
TPCINIT [AUTOREPLYPOS=FIRST|LAST|SYSTEM]
(Optional) Determines where z/OS places the TCPF exit routines in the list of possible multiple exit routines. Valid values are:
Specifies that z/OS should call the TPCF exit routines before any other exit routines, unless other exit routines added after them also specify POS=FIRST.
Specifies that z/OS should call the TPCF exit routines after any other exit routines, unless other exit routines added after them also specify POS=LAST.
Specifies that z/OS should call the TPCF exit routines in any order relative to other exit routines.
Default: AUTOREPLYPOS=LAST
Usage Notes: TPCINIT Statement
D PROG,EXIT,EXITNAME=IEF_ALLC_OFFLIN D PROG,EXIT, EXITNAME=IEF_SPEC_WAIT
In the preceding displays, the CA MIA recovery exit can be identified by the name MIAALOCX.
Examples: TPCINIT Statement
TPCINIT AUTOREPLYPOS=LAST
TPCINIT AUTOREPLYPOS=SYSTEM
Copyright © 2014 CA.
All rights reserved.
|
|