Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL522631-001
8-37
UNLOCKFILE
Unlocks a disk file and any records in the file that are currently locked by the caller.
UNLOCKREC
Unlocks a record currently locked by the caller.
D 1.1 + Expand
E 1.1 + Expand + TMF
KAnn releases
LBnn releases
MCnn releases
NDnn releases
PFnn releases
QGnn releases
<8:15> The revision number of the system in binary format
CALL UNLOCKFILE ( filenum ,[ tag ] );
filenum, INT:value input
tag, INT(32):value input
< (CCL) An error occurred (call FILEINFO).
= (CCE) UNLOCKFILE was successful.
> (CCG) The file is not a disk file.
CALL UNLOCKREC ( filenum ,[ tag ] );
filenum, INT:value input
tag, INT(32):value input
< (CCL) An error occurred (call FILEINFO).
= (CCE) The UNLOCKREC is successful.
> (CCG) The file is not a disk file.