How Many DBCAREAs to Use - Call-Level Interface Version 2

Teradata Call-Level Interface Version 2 Reference for Mainframe-Attached Systems

Product
Call-Level Interface Version 2
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-07
dita:mapPath
jen1488824663137.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2417
lifecycle
previous
Product Category
Teradata Tools and Utilities

The application can use one DBCAREA for all the requests or a separate DBCAREA for each request, or use any combination in between. This choice is available for either multi-sessions or multi-requests.

Application Status Result
facing space limitations Reuse the one DBCAREA, which involves copying the Output-CLIv2-request-number, saving them, and replacing them when doing a Fetch, Rewind, or Cancel against that same Teradata SQL request.

If other fields, such as the processing options or buffer addresses or sizes, change from one request to another, they too must be saved and replaced.

Since much less information than the whole DBCAREA is saved, the application can show a significant saving of space at the small cost of unloading and reloading those fields between calls.

able to spare the space for multiple DBCAREAs Allocate one DBCAREA per concurrent request.

The application can show some saving of time at the cost of the space for the extra DBCAREAs.