Previous Topic: COPY

Next Topic: DELETE

COMPILE

Use the COMPILE command to compile an IMOD.

Syntax

Use this format for the COMPILE command:

COMPILE IMOD {imodname|&LISTn} IN ddname [VIO unit] [STATUS status]

Parameters

The COMPILE command takes these parameters:

Parameter

Description

imodname

Name of the IMOD.

&LISTn

Name of the list that contains the names of the IMODs to be compiled. See "NAME_LIST" for information on using name lists.

ddname

DDname of the IMOD file.

unit

JCL UNIT name to be used for a VIO work file. The default is the value last specified by either the VIO operation or COMPILE operation with VIO specification.

status

The status of the IMOD. Specify one of the following:

FORCE Force-load status.

PROD Production status.

TEST Test status.

SAME Leaves the status of the IMOD unchanged; the default.

Usage

The COMPILE command dynamically invokes the SRVCOMP module. This module must be accessible using STEPLIB, JOBLIB, or LINKLIST.