Guardian Procedure Calls Reference Manual
• File pointers after FILE_UNLOCKREC64_
For unstructured files, the current-record pointer and the next-record pointer remain unchanged.
• Transaction Management Facility (TMF) and FILE_UNLOCKREC64_
A record that is locked in a file audited by TMF and has been modified by the current
transaction is unlocked when an ABORTTRANSACTION or ENDTRANSACTION procedure
is called for that file. Locks on modified records of audited files are released only when the
transaction is ended or aborted by TMF. An unmodified audited record is unlocked by
FILE_UNLOCKREC64_.
OSS Considerations
This procedure operates only on Guardian objects. If an OSS file is specified, error 2 is returned.
Example
ERROR := FILE_UNLOCKREC64_ ( FILE^NUM );
Related Programming Manual
For programming information about the FILE_UNLOCKREC64_ procedure, see the Enscribe
Programmer's Guide and the Guardian Programmer's Guide.
FILE_UNLOCKREC64_ Procedure 523