Dynamically unlocks a KSAM file.
The FUNLOCK intrinsic dynamically unlocks a KSAM file (Resource Identification Number) that has been locked with the FLOCK intrinsic.
USING FUNLOCK |
 |
A file that has been locked with FLOCK in order to allow exclusive updating should be unlocked with FUNLOCK as soon as the update is complete. Dynamic locking and unlocking apply to files opened for this capability. In the aoptions parameter of FOPEN, bit 10 must be set to 1 in order to use either FLOCK or FUNLOCK. (For more discussion of dynamic locking and unlocking, refer to the FLOCK intrinsic description.)
Suppose a file has been locked to allow update of a record. To unlock the file following completion of the update, use the call:
When FUNLOCK is executed, all output written while the file was locked is transferred to the file so that other users have the most recent data.