TOPEN() Function - Start A Transaction
Syntax
TOPEN(level{,MODE="READONLY"){,ERR=lineref})
Description
The TOPEN() function starts a transaction and returns an integer transaction ID.
|
Parameter |
Description |
||||||||
|---|---|---|---|---|---|---|---|---|---|
|
level |
|
||||||||
|
MODE="READONLY" |
This transaction will not allow WRITE or REMOVE. |
||||||||
|
ERR=lineref |
Branch to be taken if an error occurs during execution. |