Automatic-redrive - 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

Automatic‑redrive is a one byte EBCDIC field that indicates whether a request be automatically redriven after, instead of aborted by, a database restart.

Note: Automatic‑redrive is currently ignored for a mainframe-connected system.

 

In this language...

The variable name for Automatic‑redrive is...

COBOL

AUTOMATIC‑REDRIVE

PL/I

AUTOMATIC_REDRIVE

C

automaticRedrive

IBM Assembler

DBCNIAR

 

This routine...

Does this for Automatic‑redrive...

DBCHINI

writes

DBCHCL

reads (RCON)

 

Automatic‑redrive is used by...

To...

applications

write.

One of the following values may be set before connecting a session:

 

If...

Then set Automatic‑redrive to...

indicates that a request be aborted by a database restart.

'N'

  • DBCNIARN for Assembler
  • DBC_AutoRedriveNo for C
  • DBC‑NO for COBOL
  • DBC_AUTO_REDRIVE_NO for PL/I
  • indicates that a request be automatically redriven after a database restart, subject to Database controls that may ignore the specification.

    'Y'

  • DBCNIARY for Assembler
  • DBC_AutoRedriveYes for C
  • DBC‑YES for COBOL
  • DBC_AUTO_REDRIVE_YES for PL/I
  • indicates that the Database decide whether a request be automatically redriven after, instead of aborted by, a database restart

    'D'

  • DBCNIARD for Assembler
  • DBC_AutoRedriveDflt for C
  • DBC‑DEFAULT for COBOL
  • DBC_AUTO_REDRIVE_DFLT for PL/I
  • If not specified, the default from the HSHSPB is used, which as distributed is 'D'. If no HSHSPB default is provided, then 'D' is assumed.