fileunlock Statement

The fileunlock statement releases an exclusive lock set by the filelock statement on an entire file.

Syntax

fileunlock {file.var}

Parameter(s)

file.var

Specifies the file to unlock. If file.var is not specified, then the default file variable is assumed.

Description

Once a file lock has been set, any other port that attempts to update, item lock, or file lock that file will fail.

See Also

begin work Statement

clear-basic-locks Macro

clear-locks Command

filelock Statement

lock Statement

Statements and Functions