The Communications Area At Install For Shipped Terminals - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

autoinstall control program at INSTALL" on page 536. The parameter list passed at
INSTALL of local APPC connections initiated by BIND requests is described in "The
communication area at INSTALL for APPC connections" on page 545. The
parameter list passed at INSTALL of Client virtual terminals is described in "The
communications area at INSTALL for Client virtual terminals" on page 571. This
section describes only INSTALL of shipped terminals and connections.

The communications area at INSTALL for shipped terminals

The communications area is mapped by the DSECT for the assembler version of
DFHZATDX, which is supplied in CICSTS32.CICS.SDFHMAC.
*--------------------------------------------------------------------------*
* Remote install parameter list - Shipped definition functions 7 & 8
*--------------------------------------------------------------------------*
INSTALL_SHIPPED_COMMAREA
*
INSTALL_SHIPPED_STANDARD
INSTALL_SHIPPED_EXIT_FUNCTION
INSTALL_SHIPPED_TERM
INSTALL_SHIPPED_RSE
INSTALL_SHIPPED_EXIT_COMPONENT DS CL2
INSTALL_SHIPPED_CLASH
INSTALL_SHIPPED_NETNAME_PTR
INSTALL_SHIPPED_SELECTED_PTR
INSTALL_SHIPPED_TERMID_PTR
INSTALL_SHIPPED_APPLID_PTR
INSTALL_SHIPPED_SYSID_PTR
INSTALL_SHIPPED_CORRID_PTR
INSTALL_SHIPPED_SELECTED_PARMS DSECT ,
SELECTED_SHIPPED_TERMID
SELECTED_SHIPPED_RETURN_CODE
RETURN_OK
REJECT
*
Figure 51. Autoinstall control program's communications area at INSTALL. For shipped terminals and connections.
INSTALL_SHIPPED_STANDARD
INSTALL_SHIPPED_CLASH
562
Customization Guide
DSECT
Install Parameter List
DS F
Standard field
ORG INSTALL_SHIPPED_STANDARD
DS XL1
Install type
EQU X'F7'
Install terminal
EQU X'F8'
Install remote system entry
Component ID 'ZC'
DS CL1
Install clash Y/N
ORG ,
DS A
Pointer to netname
DS A
Pointer to return fields
DS A
Pointer to incoming TERMID
DS A
Pointer to applid of TOR
DS A
Pointer to sysid
DS A
Pointer to correlation ID
DS CL8
Reserved
DS CL4
Selected TERMID
DS CL1
Selected return code
EQU X'00'
Accept request
EQU X'01'
Reject request
A fullword input field containing the following information:
INSTALL_SHIPPED_EXIT_FUNCTION
A 1-byte field that indicates the type of resource being installed. For
install of remote terminals and connections the equated values are:
INSTALL_SHIPPED_TERM (X'F7')
A shipped terminal
INSTALL_SHIPPED_RSE (X'F8')
A shipped connection (remote system entry).
INSTALL_SHIPPED_EXIT_COMPONENT
A 2-byte component code, which is set to 'ZC'.
A 1-character input field that indicates whether the TERMID of the shipped
definition is already in use in the AOR.
Y
The name by which the terminal or connection is known in the TOR
*

Advertisement

Table of Contents
loading

Table of Contents