Return Code - Call-Level Interface Version 2

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

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

Return Code is a four byte field that specifies the state of the call as known by DBCHCL and TDP.

 

In this language...

The variable name for Return Code is...

COBOL

DBCAREA‑RETURN‑CD

PL/I

RETURN_CD

C

return_cd

IBM Assembler

DBCRCODE

 

This routine...

Does this for Return Code...

DBCHINI

writes

DBCHCL

writes

 

Return Code is used by...

To...

applications

read

Applications should access the return code using a more reliable method than using the Return Code in the DBCAREA.

Some recommended options include the following:

  • Use the Assembler register 15 (the most direct method for getting the return code).
  • Include a parameter in the call itself, in which the return code will be placed (note that if CLIv2 cannot access this parameter, the return code will not be placed in it).
  • After regaining control from DBCHCL, the application can use the Return Code as the first indicator (initial status) of the success of the call, from the point of view of CLIv2 and the TDP.

    For more information on return codes, see “Return Code” on page 150.