Run (for Procedures)
The RUN PROCEDURE command reads a text file containing a series of commands and executes them in sequence. Typically, the Procedure document contains a RUN MODEL command to perform a series of calculations on a DataArea.
Syntax
RUN PROCEDURE ProcFile
where:
- ProcFile is the name of a procedure file.
Syntax example
RUN PROCEDURE PROCTEST\EXPORT\EXPORT.LPRO
See also