OpenTP1 Version 7 Programming Reference COBOL Language

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

Summary of amendments

The following table lists changes in this manual (3000-3-D55-30(E)) and product changes related to this manual for uCosminexus TP1/Server Base 07-03, uCosminexus TP1/Server Base(64) 07-03, uCosminexus TP1/Message Control 07-03, uCosminexus TP1/Message Control(64) 07-03, uCosminexus TP1/NET/Library 07-04, uCosminexus TP1/NET/Library(64) 07-04.

Changes Location
Explanations have been added about the maximum length of segments that can be sent or received.

Message exchange (CBLDCMCF) in Chapter 2
CBLDCMCF('EXECAP '), CBLDCMCF('RECEIVE '), CBLDCMCF('RECVSYNC'), CBLDCMCF('REPLY '), CBLDCMCF('SEND '), CBLDCMCF('SENDRECV'), CBLDCMCF('SENDSYNC')

Data communication facility in Chapter 3
RECEIVE - Receive a message, SEND - Send a message

Service facility in Chapter 3
SEND - Activate an application program
A method for declaring unique names in the DATA DIVISION (communication description entry) specification has been added for the following data manipulation language programs:
  • RECEIVE: Receive a message
  • RECEIVE: Accept temporarily-stored data
  • SEND: Activate an application program
  • SEND: Update temporarily-stored data
  • SEND: Execute an operation command
  • SEND: Acquire a user journal

Data communication facility in Chapter 3
RECEIVE - Receive a message

Service facility in Chapter 3
RECEIVE - Accept temporarily-stored data
SEND - Activate an application program
SEND - Update temporarily-stored data
SEND - Execute an operation command
SEND - Acquire a user journal

The following table lists changes in this manual (3000-3-D55-30(E)) and product changes related to this manual for uCosminexus TP1/Message Control 07-02 and uCosminexus TP1/NET/Library 07-03

Changes Location
A library function can be used to delete application timer startup requests.
To support this change, the following function has been added:
  • CBLDCMCF('ADLTAP ')

1.1.1, 1.1.1(2), 1.1.1(3)

Message exchange (CBLDCMCF) in Chapter 2
CBLDCMCF('ADLTAP ')
Library functions can be used to display the status of connections and to establish and release connections.
To support this change, the following functions have been added:
  • CBLDCMCF('TACTCN ')
  • CBLDCMCF('TDCTCN ')
  • CBLDCMCF('TLSCN ')

1.1.1, 1.1.1(2), 1.1.1(3)

Message exchange (CBLDCMCF) in Chapter 2
CBLDCMCF('TACTCN '), CBLDCMCF('TDCTCN '), CBLDCMCF('TLSCN ')
A library function can be used to display the status of MCF communication services and application startup services.
To support this change, the following function has been added:
  • CBLDCMCF('TLSCOM ')

1.1.1, 1.1.1(2), 1.1.1(3)

Message exchange (CBLDCMCF) in Chapter 2
CBLDCMCF('TLSCOM ')
Library functions can be used to display the status of logical terminals, to shut down logical terminals, to release logical terminals from shutdown status, and to delete the output queue of logical terminals.
To support this change, the following functions have been added:
  • CBLDCMCF('TACTLE ')
  • CBLDCMCF('TDCTLE ')
  • CBLDCMCF('TDLQLE ')
  • CBLDCMCF('TLSLE ')

1.1.1, 1.1.1(2), 1.1.1(3)

Message exchange (CBLDCMCF) in Chapter 2
CBLDCMCF('TACTLE '), CBLDCMCF('TDCTLE '), CBLDCMCF('TDLQLE '), CBLDCMCF('TLSLE ')
A library function can be used to acquire the acceptance status of connection establishment requests.
To support this change, the following function has been added:
  • CBLDCMCF('TLSLN ')

1.1.1, 1.1.1(2), 1.1.1(3)

Message exchange (CBLDCMCF) in Chapter 2
CBLDCMCF('TLSLN ')
Library functions can be used to start and stop acceptance of server-type connection establishment requests.
To support this change, the following functions have been added:
  • CBLDCMCF('TOFLN ')
  • CBLDCMCF('TONLN ')

1.1.1, 1.1.1(2), 1.1.1(3)

Message exchange (CBLDCMCF) in Chapter 2
CBLDCMCF('TOFLN '), CBLDCMCF('TONLN ')
MHPs can use the facility for dynamic loading of service functions. 1.2.1(3), 1.2.5(3)(d)

In addition to the above changes, minor editorial corrections have been made.

The following table lists changes in the manual (3000-3-D55-20(E)) and product changes related to that manual for uCosminexus TP1/Server Base 07-02, uCosminexus TP1/Message Control 07-01, and uCosminexus TP1/NET/Library 07-01.

Changes
An audit log output function was added.
With this addition, the CBLDCADT('PRINT ') function was added.
A function that enables service functions to be loaded dynamically was added.
A function that allows the system to operate without using system journal files (journal fileless mode) was added.
With this addition, status codes and return values for some functions were changed.
The description of the remote API facility was changed.
With this change, status codes were changed or added.

The following table lists changes in the manual (3000-3-D55-20(E)) and product changes related to that manual for uCosminexus TP1/Server Base 07-01

Changes
Notes and status codes were added.