![]() |
OpenMake Meister |
Build Type indicates which development tool should be used to create your Target. Select a Build Type to be associated with your Target. This selection determines how your Target is created, including the compile flags to be used. Build Types and Rules are set up by the Build Administrator. If the Build Type you need is not available, contact your Administrator. The Administrator can create new Build Types, or modify the compile flags associated with any particular Build Type. The Build Type is a required field.
Build Types specific to the standard mainframe compiles come as part of the standard installation. In some cases, these Build Types may need to be modified to suit your particular installation data set names.
Following is a description of the z/OS Build Types:
Build Type |
Description |
Assembler Load Module |
Creates a standard Assembler load module. Uses OBJ as an Intermediate Target Dataset. |
Assembler OBJ Load Module |
Creates a standard Assembler load module using an intermediate OBJ PDS before linking. This is used for Load modules that are made up of multiple Assembler source programs. |
Assembler Object |
Creates a standard Assembler object. |
BMS Map CSect |
Creates a BMS Map module. |
BMS Map DSect |
Creates a BMS Map module. |
COBOL Load Module |
Creates a standard COBOL load module. |
COBOL object |
Creates a standard COBOL object. |
COBOL OBJ Load Module |
Creates a standard COBOL load module using an intermediate OBJ PDS before linking. This is used for Load modules that are made up of multiple COBOL source programs. |
CICS/COBOL Load Module |
Creates a standard COBOL/CICS load module. Uses the DFHECP1 CICS translator and the IBM Cobol compiler. |
CICS IMS COBOL Load Module |
Creates a COBOL CICS/IMS load module. Uses the DFHECP1 CICS translator and the IBM Cobol compiler. |
DB2 CICS COBOL Load Module |
Creates a DB2/CICS COBOL load module. Creates a member in LOAD and in DBRMLIB. |
C Load Module |
Creates a C load module using OBJ as an intermediate Target Dataset. |
C NCAL Module |
Creates a C or Assembler NCAL module using LOADMOD as the Target Dataset. |
CPP Load Module |
Creates a CPP load module using OBJ as an Intermediate Target data set. |
DB2 C Load Module |
Creates a DB2 – C load module. Uses OBJ and an Intermediate Target data set. Uses Load and DBRMLIB as Final Target Datasets. |
DB2 CPP Load Module |
Creates a DB2 – CPP load module. Uses OBJ and an Intermediate Target data set. Uses Load and DBRMLIB as Final Target Datasets. |
PL1 Load Module |
Creates a standard PL1 load module. |