OpenTP1 Version 7 Programming Reference COBOL Language

[Contents][Index][Back][Next]

Association operation (CBLDCXAT)

This section explains the following COBOL-UAP creation program that handles associations and is used with the SPPs for a communication event.

The COBOL-UAP creation program (CBLDCXAT) for handling associations can be used only with the TP1/Server Base. It cannot be used with the TP1/LiNK.

The function for handling associations can be invoked only by SPPs for a communication event. It cannot be invoked by other OpenTP1 UAPs (SUPs, SPPs, and MHPs).

The server_type operand in the user service definition for the communication event processing SPP must be assigned betran.

If you set the DATA DIVISION of COBOL-UAP creation programs, you can use the COBOL language templates as samples. The COBOL templates for manipulating associations are held in DCXAT.cbl under the /BeTRAN/examples/COBOL/ directory.