Configuring HCL Workload Automation for Z

To enable HCL Workload Automation for Z to integrate with Tivoli Output Manager, run the following steps:
  1. Set the ITOM keyword of the JTOPTS initialization statement to YES.
    With this configuration setup, HCL Workload Automation for Z inserts a particular string in the log of every operation. The string contains a >IWS OCCURRENCE heading followed by this information:
    • ID of the application
    • Number of the operation
    • Input arrival date and time
    For example:
    //HWAEF020 JOB ACCT,IWS,CLASS=A,MSGCLASS=Q
    //*><IWS OCCURRENCE-->DEVAPP 020 1311050201

    Tivoli Output Manager then locates this string in the HCL Workload Automation for Z job log and uses the information (DEVAPP 020 1311050201) as an Output Manager archive name.

  2. Locate the EQQTOMRU CLIST in the SEQQCLIST product library and check that the value of the ITOMINST keyword matches the name of the command used to start Tivoli Output Manager in your environment. The default value in the CLIST is BJTUI. If you use a different command to start Tivoli Output Manager, replace string BJTUI with that command.
    Figure 1. The ITOMINST keyword of the EQQTOMRU CLIST.
    ADDRESS "ISPEXEC"                        /* ISPF ENVIRONMENT           */
    "CONTROL ERRORS RETURN"                  /* HANDLE ALL ERRORS MYSELF   */
    /**/
    ITOMINST='BJTUI'                         /* <---CUSTOMIZE              */
    /**/
    ADDRESS ISPEXEC 'VGET (ITOMOP ITOMADI ITOMOPN ITOMIAD ITOMIAT) SHARED'
    ADDRESS ISPEXEC 'VGET (ZSCREEN '
    TABLE = "$ITOMPR"!!ZSCREEN
    TWSVARS = 'ITOMADI ITOMOPN ITOMIAD ITOMIAT'