When a job is built in batch, the error messages are output
to the DAJERROR DD generated by the batch build program.
The following is an example of message output:
The build error messages are documented in Messages.
Return codes generated by a batch job build are described
in the following table:
Table 1. Batch job build return
codes
Return code |
Job Built |
Result |
00 |
Yes |
Job was built successfully with no warnings or
errors. |
04 |
Yes |
Job was built with warning messages and the Generate
Job when Errors encountered field was a “Y” or “W”. |
06 |
No |
Job was not built because exception processing
did not flag any objects to process. |
08 |
Yes |
Job was built with error messages and the Generate
Job when Errors encountered field was a “Y”. |
12 |
No |
Job was not built because errors were detected
and the Generate Job when Errors encountered field was not a “Y”. |