Return Object - 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.00
Language
English (United States)
Last Update
2018-09-25
dita:id
B035-2418
lifecycle
previous
Product Category
Teradata Tools and Utilities

Return Object

Usage Notes

Return Object specifies how large objects (LOBs) are to be returned to the application. The value indicates whether the actual data, or locators to the actual data, are returned.

This field is initialized to the default value provided in the clispb.dat file. If the default is not appropriate for the application, the following must be performed before calling DBCHCL for the Initiate or Initiate With function.

1 Set Change options to “Y”.

2 Set the value to one of the following:

  • D - Data (default)
  • T - Transaction-related locator
  • S - Spool-related locator
  • Note: These values are case sensitive.

     

    Language

    Variable Name

    COBOL:

    DBRIROB

    C: DBCAREA.H:

    dbriROb/return_object

     

    Routine

    Action Taken

    DBCHINI:

    writes

    DBCHCL:

    reads

     

    Used by

    Action Taken

    application program

    writes