Automatic-redrive is a one byte EBCDIC field that indicates whether a request be automatically redriven after, instead of aborted by, a database restart.
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, 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'
|
indicates that a request be automatically redriven after a database restart, subject to Database controls that may ignore the specification. | 'Y'
|
indicates that the database decides whether a request be automatically redriven after, instead of aborted by, a database restart | 'D'
|
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.