
44 Java Stand-alone Applications on z/OS Volume II
Browsing MVS system log
The MVS system log records all activities on the system and can be viewed via
the SDSF SYSLOG display, which can be viewed by typing the log command in
SDSF. Figure 3-2 displays the SDSF SYSLOG panel. Because the log includes
all the information from all the jobs running on the system, it can be large. So, it is
convenient to search the log backward from the bottom (the latest information)
using the following commands:
bottom
f xxx prev
where bottom moves to the end of the log, f to invoke the find command, xxx is
the string to search for and prev specifies to search backw ...