IBM SC34-6814-04 User Manual
Page 596

INSTALL_BRFAC_STANDARD
A fullword input field containing the following information:
INSTALL_BRFAC_EXIT_FUNCTION
A 1-byte field that indicates the type of resource being installed. For
install of bridge facility virtual terminals. The equated values are:
INSTALL_LINK_BRFAC (X'0F')
The autoinstall program was called during installation of a
bridge facility to be used by the Link3270 bridge.
INSTALL_START_BRFAC (X'11')
The autoinstall program was called during installation of a
bridge facility to be used by the START bridge.
INSTALL_BRFAC_EXIT_COMPONENT
A 2-byte component code, which is set to ‘BR’.
INSTALL_BRFAC_NETNAME_PTR
A fullword pointer to an 8-character field containing the netname of the bridge
facility. This is either the value specified by the client or the value generated by
CICS if the client specifies BRIHNN-DEFAULT (the default value).
INSTALL_BRFAC_SELECTED_PTR
A fullword pointer to the return fields. The output fields, for use by your
program, are:
SELECTED_BRFAC_TERMID
A 4-character field used to specify the name by which the virtual
terminal will be known to CICS. If the name is less than 4 characters
long, it must be padded with trailing blanks. For a list of the characters
you can use in terminal names, see Terminal definition attributes, in the
CICS Resource Definition Guide. You can copy the name in
INSTALL_BRFAC_TERMID_PTR, or set a new value.
SELECTED_BRFAC_RETURN_CODE
The 1-character return code field. The equated values are:
-----------------------------------------------------------------------
* Install Bridge Facility
- Function 15 & 17
*---------------------------------------------------------------------*
INSTALL_BRFAC_COMMAREA
DSECT
Install Parameter List
INSTALL_BRFAC_STANDARD
DS
F
Standard field
ORG INSTALL_BRFAC_STANDARD
INSTALL_BRFAC_EXIT_FUNCTION
DS
XL1
Install type
INSTALL_LINK_BRFAC
EQU X’0F’ Install Link Brfacility
INSTALL_START_BRFAC
EQU X’11’ Install Start Brfacility
INSTALL_BRFAC_EXIT_COMPONENT DS CL2
Component ID ’BR’
DS
CL1
Reserved
ORG ,
INSTALL_BRFAC_NETNAME_PTR
DS
A
Pointer to input netname
INSTALL_BRFAC_SELECTED_PTR
DS
A
Pointer to return fields
INSTALL_BRFAC_TERMID_PTR
DS
A
Pointer to input termid
DS
A
Reserved
DS
A
Reserved
DS
A
Reserved
INSTALL_BRFAC_SELECTED_PARMS DSECT ,
DS
CL8
Reserved
SELECTED_BRFAC_TERMID
DS
CL4
Selected termid
SELECTED_BRFAC_RETURN_CODE
DS
B
Selected return
SELECTED_BRFAC_NETNAME
DS
CL8
Selected netname
*
*-----------------------------------------------------------------------*
Figure 54. Autoinstall control program’s communications area at INSTALL. For bridge facilities.
574
Customization Guide