Rocket® Net Express™ (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
WRITELOCK, WRITE-LOCK
Makes the WRITE and REWRITE statements acquire a record lock when the program is locking multiple records in a shared data file in a multi-user environment.
Syntax:
>>-.---.-.----.-.-WRITELOCK--.------------->< +-/-+ +-NO-+ +-WRITE-LOCK-+
Parameters:
None
Properties:
| Default: | NOWRITELOCK |
| Phase: | Syntax check |
| $SET: | Initial |
Comments:
This directive is included for compatibility with earlier file-sharing products. When writing new programs you should use the relevant locking syntax rather than this directive.
Related Topics