Resource Definitions - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

2. Specify a name for the new connection by copying the last 4 non-blank
3. Indicate that a selection has been made by setting the return code to

Resource definitions

CICS supplies a resource definition group called DFHAI62, which defines
DFHZATDY, and contains CONNECTION definitions for CCPS, CBPS, and CBSS. If
you want to use the supplied version of DFHZATDY, you should append DFHAI62
to your CICS startup grouplist. However, if you customize DFHZATDY you will
probably need to create your own definitions.
DFHZATDY is defined as follows in DFHAI62:
DEFINE PROGRAM(DFHZATDY)
DESCRIPTION(Assembler definition for sessions autoinstall control program)
GROUP(DFHAI62)
LANGUAGE(ASSEMBLER) RELOAD(NO)
USAGE(NORMAL)
DATALOCATION(ANY)
Note: This type of request cannot be received by CICS Transaction
Server for z/OS, Version 3 Release 2.
INSTALL_APPC_PS_BIND (X'F3')
An incoming BIND for an APPC parallel-session connection. Specify a
template. This is done in one of two ways:
v For connections between two generic resources, by accepting the
suggested template (the generic resource name connection) whose
NETNAME is passed in TEMPLATE_NETNAME. If there is no
generic resource name connection, set TEMPLATE_SYSID to
'CBPS'.
v In all other cases, by setting TEMPLATE_SYSID to 'CBPS'.
INSTALL_APPC_SS_BIND (X'F4')
An incoming BIND for an APPC single-session connection. Specify a
template by setting the field pointed to by
INSTALL_APPC_TEMPLATE_SYSID to 'CBSS'.
X'F5'
A delete request for an APPC parallel-session connection installed by a
BIND. Establish addressability to the COMMAREA and return.
X'F6'
A delete request for an APPC single-session connection installed by a
BIND. Establish addressability to the COMMAREA and return.
characters of the input NETNAME pointed to by
INSTALL_APPPC_NETNAME_PTR to the field pointed to by
INSTALL_APPC_SYSID_PTR.
RETURN_OK.
STATUS(ENABLED)
EXECKEY(CICS)
Chapter 12. Writing a program to control autoinstall of APPC connections
RESIDENT(NO)
CEDF(NO)
EXECUTIONSET(FULLAPI)
551

Advertisement

Table of Contents
loading

Table of Contents