SET PROCEDURE Command

Opens a procedure file.

SET PROCEDURE TO [FileName1 [, FileName2, ...]] [ADDITIVE]

Parameters

FileName1[, FileName2, ...]

Specifies the sequence in which files are to be opened. SET PROCEDURE can take more than one file name, making it possible for you to open several procedure files at once. This option makes it possible for you to create stand-alone libraries of functions and specify them separately.

ADDITIVE

Opens additional procedure files without closing currently open procedure files.

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic