
Chapter 5. SQL, call stack, and journal analysis examples 141
5.3.1 Produce the resolved call stack file
The Job Watcher collection, when selected through the wizard options, collects call stack
information in an internal format within the QAPYJWSTK file. This call stack information is
accessed by the Job Watcher GUI when you select the Call Stack tab when viewing, for
example, Interval Details for a specific job.
In the call stack analysis examples in this chapter, we want to access the call stack
information and use it to join with data from another Job Watcher file to see some interesting
information. We use SQL to gather and view this infor ...