Transaction-semantics is a one byte field that specifies the semantics to be used for requests within a transaction. When Transaction-semantics 'A' or 'D' is specified, Connect-type 'C' must also be specified.
| In this language... | The variable name for Transaction-semantics is... |
|---|---|
| COBOL | DBCAREA-SEMANTICS |
| PL/I | TX_SEMANTICS |
| C, C++ | tx_semantics |
| IBM Assembler | DBCNITSM |
| This routine... | Does this for Transaction-semantics... |
|---|---|
| DBCHINI | writes |
| DBCHCL | reads (CON) |
| Transaction-semantics is used by... | To... |
|---|---|
| applications | write |
DBCHCL initializes Transaction-semantics to the default value provided for it in the HSHSPB for your site.