![]() |
OpenMake Meister |
Included in the basic install is a sample Project called “Mainframe Build Demo” containing multiple Targets using different z/OS Build Types. The sample Project is designed to assist you with understanding how Targets for z/OS are defined.
The “Mainframe Build Demo” Project is installed as part of the basic Meister for z/OS install. The Project has one Search Path associated to it called “Release1”.
The following Targets have been defined for the “Mainframe Build Demo” Project:
Target Name |
Build Type |
Load(asmhi) |
Assembler Load Module |
Load(cblhi) |
COBOL Load Module |
Load(cicimscb) |
CICS IMS COBOL Load Module |
Load(db2cobci) |
DB2 CICS COBOL Load Module |
Load(hic) |
C Load Module |
(load(hicpp) |
CPP Load Module |
Load(hicppdb2) |
DB2 C Load Module |
Load(hipli) |
PL1 Load Module |
Source code for the above Targets is installed into the following datasets:
<install qualifier>.OOMSAMPL.COBOL
<install qualifier>.OOMSAMPL.C
<install qualifier>.OOMSAMPL.CPP
<install qualifier>.OOMSAMPL.PLI
<install qualifier>.OOMSAMPL.ASM
Target files for the above Targets is installed into
<install qualifier>OOMSAMPL.TGT
To build the sample project, perform the following:
Using the Web Client update the Mainframe Build Demo Project, Release1 Search Path.
Change the following dataset name:
//P390A.MEISTER FOR Z/OS.EXAMPLES
Replacing “P390A” with your install high level qualifier. Save the Search Path. This will ensure that the source code for the “Mainframe Build Demo” project is found in the Search Path.
Using the ISPF panels, go to Option 1, Setup Build. Using the “_ to choose” option for the Project, select “Mainframe Build Demo”. Also, select the Release1 Search Path by using the “_to choose” option on the Search Path field.
You should have all Targets displayed. To build all targets, enter “all” next to the first Target in the list. To build a single Target, enter a “b” next to the Target you wish to build.