There are five steps in the generation stage 1 batch job and they all should end with a return code of 0. The steps are as follows:
Step # | Step Name | Function |
---|---|---|
1 | GEN | Generate the DIM source code |
2 | ASM | Assemble the generated code. |
3 | LINK | Link the object code into an executable module |
4 | CLEANUP | Delete temporary data sets |
5 | VIDDDMG | Generate the job deck for stage 2 |
The GEN step verifies the that mapping information is correct by performing the following checks:
There are two outputs from the stage 1 generation job. A DIM module is created in the CICS VT drivers library that you specified in the first defaults panel and the job deck is generated for the stage 2 batch job.