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

IBM IMS Interface for Teradata® Reference

Product
IBM IMS Interface for Teradata
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
ptk1544831946949.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2447
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.