Previous Topic: MIM2057W

Next Topic: MIM2058

MIM2058I

TPCF INIT display:

AUTOREPLYPOS=value

This message is displayed by CA MIM for z/OS.

Reason:

The AUTOREPLYPOS value controls the POS=value on the z/OS CSVDYNEX macro used by the TPCF to add its AUTOREPLY exit routines IEF_ALLOC_OFFLN and IEF_SPEC_WAIT. The value specified determines where in the list of possibly multiple exit routines z/OS placed the TPCF exit routines. The order in which the exit routines were placed on the z/OS list is the order in which they are called by z/OS.

Note: For more information on z/OS Allocation Recovery user exits, see the description of the TPCINIT statement in the Statement and Command Reference Guide.

One of the following values is shown:

FIRST

Indicates that z/OS calls the TPCF exit routines before any other exit routines, unless other exit routines added after they were added also specified POS=FIRST.

LAST

Indicates that z/OS calls the TPCF exit routines after any other exit routines, unless other exit routines were added after they were added.

SYSTEM

Indicates that z/OS will call the TPCF exit routines.