Multi-Session/PLI/IMS (CLI2MPI) - IBM IMS Interface for Teradata

IBM IMS Interface for Teradata® Reference - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
IBM IMS Interface for Teradata
Release Number
17.20
Published
November 2023
ft:locale
en-US
ft:lastEdition
2023-11-17
dita:mapPath
fks1695366180215.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
sjj1470436571402
Product Category
Teradata Tools and Utilities

This program is a PL/I IMS MPP Conversational program that demonstrates the use of the DBCHWAT routine to perform waits on pending requests.

The waits are scheduled by the application program to allow overlap of database and host processing.

The program performs the following functions:
  • Calls another program (CLI2CTB) to drop/create the table userid.MYTABLE
  • Passes an initialized DBCAREA containing the logon string to the called program
  • Connects multiple sessions
  • Calls DBCHWAT to wait for available request
  • Terminates a request and initiates another request after response parcels have been fetched
  • Disconnects sessions when all transactions are processed.