SIZE and MAX - 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
You can change the values of SIZE and MAX by doing one of the following:
  • Overtyping new values on the screen, or
  • Entering DMEM and the SET option, as shown below:

    DMEM SET (name) SIZE (size) SIZE (size) MAX (max) MAX (max) HB01A008

where the following is true:

Syntax Element Description
name Name of the block: TRXB, SESB, HRQB, TSCH, HRCB, or BUFx (where x is 1 through 8).
size Size of the buffer to be allocated.
max Desired maximum value.

CLIv1 uses TSCH and HRCB.

There is one TSCH per CICS transaction, and one HRCB per outstanding database request per database session.

There is always a minimum of one HRCB per database session, even if there are no outstanding database requests.

CLIv2 uses TRXB, SESB, and HRQB.

There is one:
  • TRXB per CICS transaction
  • SESB per database session
  • HRQB per database outstanding request.