Autoinstall control program at install 516 – IBM SC33-1683-02 User Manual
Page 548

described in “The communications area at INSTALL for shipped terminals” on
page 526 . The parameter list passed at INSTALL of Client virtual terminals is
described in “The communications area at INSTALL for Client virtual terminals” on
page 534. This section describes only INSTALL of local APPC connections initiated
by BIND requests.
The communication area at INSTALL for APPC connections
The communications area is mapped by the DSECT for the assembler version of
DFHZATDY, which is supplied in CICSTS13.CICS.SDFHMAC.
INSTALL_APPC_STANDARD header
A fullword input field comprising the following information:
*---------------------------------------------------------------------*
* APPC Install parameter list - Functions 2, 3, and 4
*
*---------------------------------------------------------------------*
INSTALL_APPC_COMMAREA
DSECT
Install Parameter List
*
INSTALL_APPC_STANDARD
DS F
Standard field
ORG INSTALL_APPC_STANDARD
INSTALL_APPC_EXIT_FUNCTION DS XL1
Install request type
INSTALL_APPC_PS_CINIT
EQU X'F2'
Install PS via CINIT
INSTALL_APPC_PS_BIND
EQU X'F3'
Install PS via BIND
INSTALL_APPC_SS_BIND
EQU X'F4'
Install SS via BIND
INSTALL_APPC_EXIT_COMPONENT DS CL2
Component ID 'ZC'
DS XL1
Reserved
*
ORG ,
INSTALL_APPC_NETNAME_PTR
DS A
-> NETNAME
Input
INSTALL_APPC_CINIT_PTR
DS 0A
-> CINIT_RU
Input
INSTALL_APPC_BIND_PTR
DS A
-> BIND
Input
INSTALL_APPC_SELECTED_PTR
DS A
-> Return fields
Output
INSTALL_APPC_SYNCLEVEL_PTR DS A
-> Sync level
Input
*
INSTALL_APPC_TEMPLATE_NETNAME_PTR DS A -> Template NETNAME I/O
INSTALL_APPC_TEMPLATE_SYSID_PTR DS A
-> Template SYSID
Output
INSTALL_APPC_SYSID_PTR
DS A
-> New SYSID
Output
INSTALL_APPC_NETNAME2_PTR
DS A
-> Generic or
Input
*
member NETNAME
INSTALL_APPC_NETID_PTR
DS A
-> Network ID of
Input
*
incoming bind
INSTALL_APPC_TYPE_PTR
DS A
-> Generic
Input
resource type
*
TEMPLATE_NETNAME
DS CL8
Put netname of template here
TEMPLATE_SYSID
DS CL4
Put sysid of template here
SYSID
DS CL4
Put name of new connection here
SYNCLEVEL
DS XL2
Synclevel of new connection
APPC_NETID
DS CL8
NETID of incoming bind
APPC_GR_TYPE
DS CL1
G = NETNAME is generic resource name
M = NETNAME is member name
blank = This CICS is not a generic
resource or the partner is not a
generic resource.
APPC_NETNAME2_FIELD
DSECT
APPC_NETNAME2_LENGTH
DS XL2
Length of NETNAME
APPC_NETNAME2
DS 0X
Generic or member NETNAME
Figure 37. Autoinstall control program’s communications area at INSTALL. For APPC
connections initiated by BIND requests.
autoinstall control program at INSTALL
516
CICS TS for OS/390: CICS Customization Guide