com.ibm.ftt.resources.core
Interface IJCLProcedureConstants


public interface IJCLProcedureConstants

Constants used by the {@link JCLProcedure) class to indicate the type of the procedure.


Field Summary
static int ADDED_STEP
           
static int ASM_ASSEMBLE_PROCEDURE
           
static int BMS_ASSEMBLE_PROCEDURE
           
static int BMS_DSECT_PROCEDURE
           
static int COBOL_CICS_PROCEDURE
           
static int COBOL_COMPILE_PROCEDURE
           
static int COBOL_DB2_PROCEDURE
           
static String COPY_RIGHT
           
static int LINK_PROCEDURE
           
static int MFS_COMPILE_PROCEDURE
           
static int MFS_COMPILE_STEP1
           
static int MFS_COMPILE_STEP2
           
static int PLI_CICS_PROCEDURE
           
static int PLI_COMPILE_PROCEDURE
           
static int PLI_DB2_PROCEDURE
           
static int RUN_PROCEDURE
           
static int STANDARD_STEP
           
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values

COBOL_COMPILE_PROCEDURE

static final int COBOL_COMPILE_PROCEDURE
See Also:
Constant Field Values

COBOL_CICS_PROCEDURE

static final int COBOL_CICS_PROCEDURE
See Also:
Constant Field Values

COBOL_DB2_PROCEDURE

static final int COBOL_DB2_PROCEDURE
See Also:
Constant Field Values

PLI_COMPILE_PROCEDURE

static final int PLI_COMPILE_PROCEDURE
See Also:
Constant Field Values

PLI_CICS_PROCEDURE

static final int PLI_CICS_PROCEDURE
See Also:
Constant Field Values

PLI_DB2_PROCEDURE

static final int PLI_DB2_PROCEDURE
See Also:
Constant Field Values

ASM_ASSEMBLE_PROCEDURE

static final int ASM_ASSEMBLE_PROCEDURE
See Also:
Constant Field Values

BMS_ASSEMBLE_PROCEDURE

static final int BMS_ASSEMBLE_PROCEDURE
See Also:
Constant Field Values

BMS_DSECT_PROCEDURE

static final int BMS_DSECT_PROCEDURE
See Also:
Constant Field Values

LINK_PROCEDURE

static final int LINK_PROCEDURE
See Also:
Constant Field Values

RUN_PROCEDURE

static final int RUN_PROCEDURE
See Also:
Constant Field Values

STANDARD_STEP

static final int STANDARD_STEP
See Also:
Constant Field Values

ADDED_STEP

static final int ADDED_STEP
See Also:
Constant Field Values

MFS_COMPILE_PROCEDURE

static final int MFS_COMPILE_PROCEDURE
See Also:
Constant Field Values

MFS_COMPILE_STEP1

static final int MFS_COMPILE_STEP1
See Also:
Constant Field Values

MFS_COMPILE_STEP2

static final int MFS_COMPILE_STEP2
See Also:
Constant Field Values