RELEASE PROCEDURE Command

See Also

Closes procedure files opened with SET PROCEDURE.

Syntax

RELEASE PROCEDURE FileName1 [, FileName2 …]

Arguments

FileName1 [, FileName2 …]

Specifies the name of the procedure file or a set of procedure files to close.

Remarks

Procedure files are opened with SET PROCEDURE. Once the file is open, the procedures within the file are available to programs and from the Command window.

To close all open procedure files, issue SET PROCEDURE TO without any additional arguments.