RECOMPILE

How to:

If you compile a procedure under one release of FOCUS, and then run that procedure under a later release of FOCUS, the start up time of the first screen may be slow. In this case, Maintain displays a message informing you of the situation. To increase the start up speed of your procedure, recompile under the later release using the RECOMPILE 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 RECOMPILE Command

The syntax of the RECOMPILE command is

RECOMPILE procedure_name [AS newname]

where:

procedure_name

Is the name of the originally compiled procedure file.

newname

Is the name given to the recompiled procedure file. If you do not supply a name, the name of the newly-compiled procedure defaults to the name of the originally-compiled procedure.


Top of page

x
Reference: Commands Related to RECOMPILE

Information Builders