TRACKERS – Tracker lookup

The TRACKERS keyword allows you define a lookup table to allow the HCL Workload Automation for Z TSO commands to know the tracker subsystem to which to send events for a combination of Controller and JES Node.

           +------<----------<-----+
           V                       |
  TRACKERS(>-+-subsys.sysid.tracker,-+-<<)
where:
subsys
Name of the controller
sysid
Identifier for the LPAR as designated by OPTIONS SYSID.
tracker
Name of the tracker.

If you set sysid to an asterisk (*), the default tracker name for the controller is used.

The following example defines the scenario that all trackers for HCL Workload Automation for Z subsystem TWSA are called TRKA, unless they are running on SYS1 or SYSQ in which case they are TRK1 and TRK2, respectively.
OPTIONS TRACKERS(TWSA.*.TRKA,TWSA.SYS1.TRK1,TWSA.SYSQ.TRK2)