IBM SC34-6814-04 User Manual
Page 568
INSTALL_APPC_STANDARD header
A fullword input field comprising the following information:
INSTALL_APPC_EXIT_FUNCTION
A 1-byte field that defines the install request type. The equated values
are:
INSTALL_APPC_PS_CINIT
X'F2' represents an install request for an APPC parallel-session
connection from a secondary node via a CINIT request.
Note: These requests cannot be received by CICS Transaction
Server for z/OS, Version 3 Release 2.
INSTALL_APPC_PS_BIND
X'F3' represents an install request for an APPC parallel-session
connection via a BIND.
*---------------------------------------------------------------------*
* 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 47. Autoinstall control program’s communications area at INSTALL. For APPC connections initiated by BIND
requests.
546
Customization Guide