VTAM Program Operator (VPO) Initialization Parameters in KLKINVPO
If VTAM commands will be issued through the CL/SuperSession operator facility, a VTAM program operator APPL must be defined in SYS1.VTAMLST(newname). VPO initialization parameters must be defined to CL/SuperSession in member KLKINVPO of the initialization library (&rhilev.RLSPARM).
The parameters for VPO initialization are listed and discussed below:
acbname BUFLN(bufln) SHARE(opr) [PASSWORD(pswd)]
- acbname
- The ACB name of the VPO APPL as defined in SYS1.VTAMLST(newname).
- BUFLN
- The buffer length used between CL/SuperSession and VTAM. The recommended value is 160.
- SHARE
- The maximum number of outstanding VTAM operator commands.
The recommended value is 16.
- PASSWORD
- An optional ACB password. This parameter is required only if an ACB password has been specified for the VPO ACB in SYS1.VTAMLST(newname).
This example uses the recommended values and continuation character (-) to initialize KLKLV002 184n.
KLKLV002 -
BUFL(160) -
SHARE(16)