After the Generate Runtime Code wizard closes, you should
check the results to verify that the actions that you intended have
been carried out and that no errors have occurred.
Note: For information about resolving errors see the following topics:
Here is a checklist of results that you can verify:
Check for any error message or warnings:
- GENERATION SUCCESSFUL (POSSIBLY WITH WARNINGS):
If
the Generate Runtime Code wizard did not encounter any significant
problems during code generation then after the code generation is
complete the wizard opens the
Runtime Code Generation
Complete window. In this window:
- Click Details. The wizard displays a pane
containing the following information:
- A list of the files COBOL source code files and the COBOL copy
book files that the wizard generated.
- The results of any actions initiated on a remote z/OS® system (such as submitting a JCL file or
doing a pipeline scan).
- Verify that the output file or files that you expected to be generated
are listed.
- Also check this same list for warning messages.
- Click OK to close the window.
- GENERATION ERROR:
If the Generate Runtime Code wizard
did encounter a significant problem during code generation then the
wizard opens the
Generation Error window. In
this window:
- Click Details. The wizard displays a list
containing one or more error messages describing the specific problem
or problems that the wizard encountered.
- Click OK to close the window.
Verify that the actions that the wizard performed
on the remote z/OS system were
successful:
- Verify that each submission of a JCL file was successful.
- Verify that the creation of the Program, the Transaction, and
the ProcessType resources was successful.
- Verify that each scan of a CICS® pipeline
was successful.
-
Verify that the output files for each
invoked flow are
created in the generation subfolder for that particular invoked flow:
- Follow the same substeps for each invoked flow that you followed
for the main flow in step 2 above.
Verify that the output files are copied to the specified locations
(local or remote):
- Look at the date of the copied output file to verify that it is
recent.
- If you want to verify the target destination that you specified
for a file:
- Run the Generate Runtime Code wizard again.
- Navigate through the panels. The fields should contain the values
that you specified on the previous run of the wizard.
- Click Cancel to close the wizard without
overwriting the files from the last run, or click Finish to
run the wizard again.
Verify that the customization of your JCL files is complete
and correct:
- If a JCL contains a variable (such as %MAT_UID%)
that is not set to a value, or if a JCL contains a placeholder (such
as hlqcobol) for which you have not substituted an
actual value, then the JCL file will not run correctly (see Step B2. (Recommended) Customize the JCL templates).