Location of output
The location of the generated output depends on the target platform and build descriptor options.
z/OS®
When the generation process is complete, the following naming scheme is used to determine the location of the output on the z/OS® server. The output goes to a partitioned data set (PDS) whose name is in the following format:
projectID.system.type- projectID
- The value of the projectID build descriptor option.
- system
- The value of the system build descriptor option.
- type
- The type of PDS files such as load or object.
The following table shows the preset variables and their corresponding output types.
| Type | Output of COBOL generation |
|---|---|
| DBRMLIB | DBRMs created for COBOL programs that use DB2® |
| EZEBIND | Bind control file |
| EZECOPY | COBOL copybook that corresponds to the MFS source for text forms |
| EZEFOBJ | FormGroup format module (object code) |
| EZEJCLX | Sample runtime JCL |
| EZELINK | Link edit file (.led) |
| EZELKG | User-defined link edit file (.lkg) |
| EZEMFS | MFS source for a FormGroup |
| EZEPCT | CICS® program definitions |
| EZEPPT | CICS® transaction definitions |
| EZESRC | COBOL source code for program, library, service or DataTable |
| LOAD | load modules |
| OBJECT | object modules |
iSeries®
For the iSeries® server, the destLibrary build descriptor option specifies the iSeries® library into which the code is placed.