contents.gifindex.gifprev1.gifnext1.gif

APPLY-CODE-PATH

APPLY-CODE-PATH* - When set to "1" (on, true, yes), this variable causes the CODE-PREFIX variable to be applied to object files with full path names (those beginning with a "/" (forward slash). Otherwise, CODE-PREFIX is not applied to files with full path names. For example, if your application specifies the file:

/accounting/objects/payroll

and your CODE-PREFIX variable is set to:

CODE-PREFIX /master_obj

and APPLY-CODE-PATH is set to "on", the runtime will look for your file in:

/master_obj/accounting/objects/payroll

The default value of APPLY-CODE-PATH is "0" (off).