ILE COBOL Programmer's Guide

Displaying Active Watches

To display a system-wide list of active watches and show which job set them, type:

DSPDBGWCH

on a CL command line. This command displays the Display Debug Watches display shown below.

Figure 41. Example of a Display Debug Watch Display

+--------------------------------------------------------------------------------+
|                              Display Debug Watches                             |
|                                                              System:  DEBUGGER |
|  ------------Job---------------        NUM     LENGTH     ADDRESS              |
|  MYJOBNAME1  MYUSERPRF1  123456          1          4     080090506F027004     |
|  JOB4567890  PRF4567890  222222          1          4     09849403845A2C32     |
|  JOB4567890  PRF4567890  222222          2          4     098494038456AA00     |
|  JOB         PROFILE     333333         14          4     040689578309AF09     |
|  SOMEJOB     SOMEPROFIL  444444          3          4     005498348048242A     |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                        Bottom  |
|  Press Enter to continue                                                       |
|                                                                                |
|  F3=Exit  F5=Refresh   F12=Cancel                                              |
+--------------------------------------------------------------------------------+
Note:
This display does not show watch conditions set by the system.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]