
30 Java Stand-alone Applications on z/OS Volume II
Table 3-4 JZOS return codes
Table 3-5 summarizes different logging levels for the JZOS batch launcher. The
logging messages are written to SYSOUT. The logging information can be useful
to determine the cause of various errors and problems.
Table 3-5 Batch launcher logging levels
3.3 Art of job management using JZOS
In this section, we present a simple example of how to integrate Java
applications as part of a traditional MVS batch job, and illustrate how Java
RC Name Notes
0 RC_OK The Java main() method invoked by the
launcher returned normally, or a
System.exit() or System.exit(0) message
was used ...