SIZE and MAX - IBM CICS Interface for Teradata

IBM CICS Interface for Teradata® Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
IBM CICS Interface for Teradata
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-03-18
dita:mapPath
nmw1695364801820.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
axu1470436513048
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 in the following diagram:

    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.