Example - IBM CICS Interface for Teradata

IBM CICS Interface for Teradata® Reference

Product
IBM CICS Interface for Teradata
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
xhj1544831946672.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2448
Product Category
Teradata Tools and Utilities

In a pseudo-conversational browse application, one program might open a stream or cursor, FETch a few (but not all) of the response rows, present them to the screen, and then RETURN to CICS (specifying the transid associated with the next program that is to be given control upon the request of the terminal operator).

If the next program is to operate against the same stream or cursor (for example, FETch and present another screen full of data), the program must be the same compile unit.

In this way, the previous execution of the program passes parameters to subsequent executions, and the program is coded to determine if the execution of the program is the first or a subsequent execution, and to process appropriately.