MNTCON LOADIMAGE

How to:

Reference:

The MNTCON LOADIMAGE command loads all of the Maintain procedures in a WebFOCUS Maintain application prior to running the application on a Shared Application Server. These Maintain procedures must be compiled.

This command is outside the Maintain language, but is described in this chapter for your convenience.


Top of page

x
Syntax: How to Use the MNTCON LOADIMAGE Command

To load all of the (compiled) procedures for a WebFOCUS Maintain application for use on a Shared Application Server, place the following statement in the server profile file (edasprof.prf) or user profile:

MNTCON LOADIMAGE [dirname1/]proc1.
.
.
MNTCON LOADIMAGE [dirnamen/]procn

where:

dirname1/dirnamen

Are the names of the directories on the server where you can find the application's Maintain procedures.

proc1 / procn

Are the names of all of the application's Maintain procedures. The names must be uppercase.

These commands must appear in one of the following:


Top of page

x
Reference: Commands Related to MNTCON LOADIMAGE

WebFOCUS