Value | Effect | Synonyms |
---|---|---|
yes | Detect record locks. This is the default value. | y, true, on, 1 |
no | Do not detect record locks. | n, false, off, 0 |
Attribute | Description | Default value |
---|---|---|
anyunlock | When set to 'yes', any UNLOCK performed in the run unit on a file will remove the lock on the file even if the record was locked by another OPEN instance. Otherwise, the lock is removed only if the UNLOCK is performed on the same OPEN instance where the READ WITH LOCK was performed. | no |
<runitlockdetect anyunlock="no">no</runitlockdetect> |