EX

How to:

You can run an uncompiled Maintain procedure with the FOCEXEC file type by issuing the EX command (which is sometimes lengthened to EXEC).

Because EX only executes Maintain procedures with a file type or ddname of FOCEXEC, we recommend that you use the MNTCON EX command. See MNTCON EX.

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 EX Command

The syntax of the EX command is

EX[EC] procedure_name

where:

EC

Is an optional extension of the command, and is provided only for user readability.

procedure_name

Is the name of the Maintain procedure. The Maintain procedure must have the file type FOCEXEC.


Top of page

x
Reference: Commands Related to EX


Example: Using EX

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

EX EmpInfo

Information Builders