IBM SC34-6814-04 User Manual

Page 584

Advertising
background image

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.

INSTALL_SHIPPED_STANDARD

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’.

INSTALL_SHIPPED_CLASH

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

*--------------------------------------------------------------------------*
* Remote install parameter list - Shipped definition functions

7 & 8

*

*--------------------------------------------------------------------------*
INSTALL_SHIPPED_COMMAREA

DSECT

Install Parameter List

*
INSTALL_SHIPPED_STANDARD

DS

F

Standard field

ORG INSTALL_SHIPPED_STANDARD

INSTALL_SHIPPED_EXIT_FUNCTION

DS

XL1

Install type

INSTALL_SHIPPED_TERM

EQU X’F7’

Install terminal

INSTALL_SHIPPED_RSE

EQU X’F8’

Install remote system entry

INSTALL_SHIPPED_EXIT_COMPONENT

DS CL2

Component ID ’ZC’

INSTALL_SHIPPED_CLASH

DS

CL1

Install clash Y/N

ORG ,

INSTALL_SHIPPED_NETNAME_PTR

DS

A

Pointer to netname

INSTALL_SHIPPED_SELECTED_PTR

DS

A

Pointer to return fields

INSTALL_SHIPPED_TERMID_PTR

DS

A

Pointer to incoming TERMID

INSTALL_SHIPPED_APPLID_PTR

DS

A

Pointer to applid of TOR

INSTALL_SHIPPED_SYSID_PTR

DS

A

Pointer to sysid

INSTALL_SHIPPED_CORRID_PTR

DS

A

Pointer to correlation ID

INSTALL_SHIPPED_SELECTED_PARMS

DSECT ,
DS

CL8

Reserved

SELECTED_SHIPPED_TERMID

DS

CL4

Selected TERMID

SELECTED_SHIPPED_RETURN_CODE

DS

CL1

Selected return code

RETURN_OK

EQU X’00’

Accept request

REJECT

EQU X’01’

Reject request

*

Figure 51. Autoinstall control program’s communications area at INSTALL. For shipped terminals and connections.

562

Customization Guide

Advertising