IBM Tivoli NetView for z/OS, Version 6.2

RTNDEF.PROCESSOR.STACK

Purpose

The RTNDEF.PROCESSOR.STACK statement specifies the routine that is called for stack events and the autotask to which the routine is routed for automation.

Syntax

The RTNDEF.PROCESSOR.STACK statement has the following syntax:
Read syntax diagramSkip visual syntax diagram
>>-RTNDEF.PROCESSOR.STACK.---AON---=-autotask routine----------><

where:
autotask
Autotask to which stack events are routed. For AON, the initial setting is ?AUTOIP.
routine
Name of the routine to be called for stack events.

Examples

  • In the following examples, stack events are processed by the autotask defined by AUTOIP. FKXESTCK is the routine called to process stack events for AON.TCP or IPMGT.
    (AON.TCP)RTNDEF.PROCESSOR.STACK.AON = ?AUTOIP FKXESTCK
    (IPMGT)RTNDEF.PROCESSOR.STACK.AON = ?AUTOIP FKXESTCK 


Feedback