Run Pointer - Call-Level Interface Version 2

Teradata® Call-Level Interface Version 2 Reference for Workstation-Attached Systems - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Call-Level Interface Version 2
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-06-12
dita:mapPath
zws1641280432166.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2418
Product Category
Teradata Tools and Utilities

Usage Notes

The Run Pointer field specifies a particular set of services to be used by the database session.

Language Variable Name
COBOL: DBCAREA-RUN-PTR
C: DBCAREA.H: run_ptr
Routine Action Taken
DBCHINI: writes
DBCHCL: reads (CON)
Used by Action Taken
application program writes

If Run Pointer is zero, DBCHCL uses Teradata SQL as the default value.

The application program may specify the value of Run Pointer. To do so, the program must build a run string or a Connect parcel body and set Run Pointer to the address of the run string for the Run parcel or the address of the connect parcel body before calling DBCHCL for the Connect function. Teradata SQL is an allowed value. Run string is not case sensitive.

Run Pointer is the address of the beginning of the run string.