RUN

How to:

You can run a compiled procedure by using the RUN command.

This command is outside the Maintain language, but is described here for your convenience. You cannot issue this command from within a Maintain procedure.


Top of page

x
Syntax: How to Use the RUN Command

The syntax of the RUN command is

RUN procedure_name

where:

procedure_name

Is the name of the compiled procedure.



Example: Using RUN

For example, the following command executes the compiled version of the EmpInfo procedure:

RUN EmpInfo

Top of page

x
Reference: Commands Related to Run

Information Builders