SIZE and MAX - IBM CICS Interface for Teradata

IBM CICS Interface for Teradata® Reference

Product
IBM CICS Interface for Teradata
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2018-10-10
dita:mapPath
yky1527114222324.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2448
lifecycle
previous
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 Teradata Database request per Teradata session.

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

CLIv2 uses TRXB, SESB, and HRQB.

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