RELEASE PROCEDURE Command

Closes procedure files opened with SET PROCEDURE.

RELEASE PROCEDURE FileName1 [, FileName2 ]

Parameters

  • 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.

See Also

SET PROCEDURE | RELEASE BAR Command | RELEASE Command