Output DBC Session Id - Call-Level Interface Version 2

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

Product
Call-Level Interface Version 2
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2418
lifecycle
previous
Product Category
Teradata Tools and Utilities

Output DBC Session Id

Usage Notes

The Output DBC Session Id field is the actual, not logical, identifier assigned to the session by the Teradata Database. It is provided for diagnostic purposes, audit logs, and so on.

 

Language

Variable Name

COBOL:

DBCAREA-O-DBC-SESS-ID

C: DBCAREA.H

o_dbc_sess_id

 

Routine

Action Taken

DBCHINI:

writes

DBCHCL:

writes (FET associated with connect operation)

 

Used by

Action Taken

application program

reads

Output DBC Session Id is available in the DBCAREA when the application program regains control (with return code zero) from calling DBCHCL for the first Fetch function that is associated with the connect operation.

Compare with Output Session Id.