Setting up the default dialog-controller connection table
- The names of the controllers in your installation
- When a controller is accessed remotely, the combination of the controller name and the LU name of a server set up to communicate with it
- The set of dialog–controller connections that are to be available to all dialog users
When a user opens the scheduler dialog 0.1, the scheduler first tries to read the connection table EQQALTCP in the ISPF profile library ISPPROF. The connection table name begins with the NEWAPPL ID specified when invoking the scheduler dialog. For example, if the ISPF application name is EQQB, the connection table name is EQQBLTCP. If you used a different ISPF application name xxxx, the connection table name is xxxxLTCP (if the application name is shorter than four characters, it is filled with x up to length 4). If it cannot find the table, it reads the default connection table EQQLUDEF from the ISPTLIB allocation.
When a user modifies the connection table (through the scheduler dialog option 0.1), the changes are written to the EQQALTCP (or xxxxLTCP ) table of ISPPROF.
- Choose the scheduler dialog option 0.1.
- Set up the dialog-controller connections for the installation.
- Copy the connection table EQQALTCP (or xxxxLTCP ) from your ISPF profile library to the scheduler table library allocated to ISPTLIB, renaming the copy to the default connection table name EQQLUDEF.
- Optionally, to change the default subsystem name value
shown on the EQQOPCAP panel, you need to change the default setting
of the
&xopcnm
variable (currently set to OPCC) in the EQQXINIP dummy panel. You must do this before the 0.1 dialog option is selected for the first time, so that your customized value is used when the EQQLUDEF profile is read and the EQQxLTCP profile is created upon the first access to dialog option 0.1.
ISPF SPLIT
to start different HCL Workload Automation for Z instances with
different ISPF application names. In this case you might want to add more than one option to
invoke HCL Workload Automation for Z from
the ISPF master application menu, as in the following example:
BODY
.
.
.
1 ....... - .............
2 ....... - .............
. ....... - .............
OA OPC - Operations Planning and Control A <===
OB OPC - Operations Planning and Control B <===
. ....... - .............
PROC
.
.
.
1, ....
2, ....
., ....
OA, 'PANEL(EQQOPCAP) NEWAPPL(EQQA)
OB, 'PANEL(EQQOPCAP) NEWAPPL(EQQB)
.
.
.
END