IST984I
USER EXIT exitname IS status

Explanation

VTAM® issues this message when an installation-wide exit is successfully activated, deactivated, or replaced.
  • exitname is displayed in the form routine_name.instance_name where:
    • routine_name is the name of the installation-wide exit routine.
    • instance_name is the instance name of the exit routine. When issued for the base exit, .instance_name is blank.
  • status is one of the following:
    ACTIVE
    The exit exitname was successfully loaded, either during initialization or by a MODIFY EXIT,OPTION=ACT command. The exit will now be invoked when requested by VTAM code.
    INACTIVE
    The exit exitname was deactivated by a MODIFY EXIT,OPTION=INACT command or when a MODIFY EXIT,OPTION=REPL command failed. The exit will not be invoked when requested by VTAM code.
    REPLACED
    The exit exitname was replaced by a MODIFY EXIT,OPTION=REPL command. The new version of the exit will now be invoked when requested by VTAM code.

System action

Processing continues.

Operator response

None.

System programmer response

None.

Routing code

8

Descriptor code

4