Compile

PURPOSE:  The COMPILE equated command is a utility which can be used to recompile a single DBL object or a class of DBL objects.

SYNTAX

The compile command has the following features:

1. Compile a single DBL object with:

    COMPILE [PM, CM, SD, DI, ID, GS, CF] object.name

2. Compile all objects of a particular type with:

    COMPILE ALL [PM, CM, SD, DI, ID, GS, CF]

3. Compile all objects for a given SD or DI with:

COMPILE ALL ENTRIES USING [SD, DI] object.name

EXAMPLE

The following command will re-compile the PM INVENTORY.CONTROL in the current DBL.

*COMPILE PM INVENTORY.CONTROL

The following command will search the current DBL and re-compile all PM's.

*COMPILE ALL PM

The following command will search the current DBL for all PM's, DI's or CF's which reference the SD INVOICES or a Data Set whose SD is INVOICES.

*COMPILE ALL ENTRIES USING SD INVOICES