Previous Topic: (MIA) SETOPTION TPCF Command-Set TPCF Operating ValuesNext Topic: (MIA) USERDATA Command—Populate Device Data Field


(MIA) TPCINIT Statement-Set TPCF Exit Routine Order

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]
AUTOREPLYPOS

(Optional) Determines where z/OS places the TCPF exit routines in the list of possible multiple exit routines. Valid values are:

FIRST

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.

LAST

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.

SYSTEM

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

Examples: TPCINIT Statement