Resource Summary (9.P)
Related Topics
The Resource Summary screen (9.P) displays a summary of all breakpoints, skips, counts, and keeps that have been set in the region. Use the S (Select) line command to transfer to the Source-Listing-2-L screen and view keeps, breakpoints, skips, and counts set from your terminal in the selected CSECT. You can optionally remove all breakpoints, skips, counts, and keeps for any program from this screen by using the R (Release) line command.
Access this screen by typing the letter P on the System Facilities Menu (9), or as described in Transferring Between Screens.
Resource Summary Screen (9.P)
COMMAND ===> SCROLL ===> CSR
MODULE: CWDEMPL CSECT: CWDEMPL COMPILED: 15 OCT 2007 - 14:36:53
ENTRY 000001
LINE COMMANDS: R (Release) S (Select)
CMD TERM USERID MODULE CSECT KEEPS BREAKS SKIPS COUNTS
--- ---- -------- -------- ---------------- ----- ------ ----- ------
_ 1512 ACMJET0 CWDEMCB2 CWDEMCB2 00003 00001 00000 00000
_ 1577 ACMJET1 CWDEMPL CWDEMPL 00000 00001 00000 00000
**END**
Input Field
CMD
Line command entry field. Valid entries are:
- S (Select): Selects a program containing the specific breakpoints, skips, counts, and dataname keeps. Press Enter to transfer automatically to the Source-Listing-2-L screen. The dataname keeps, breakpoints, skips, and counts set for that program are displayed on that screen.
- R (Release): Removes all breakpoints, skips, counts, and dataname keeps set for a specified program. This function is useful when a Code Debug CICS user signs off of CICS without ending the debugging session, then signs back on with a different terminal ID. Use the R command to free up resources used by the first terminal.
Output Fields
TERM
Terminal ID where breakpoints, skips, counts, and keeps are set for a program.
USERID
CICS userID associated with this terminal session.
MODULE
The name of the load module that contains the specified CSECT.
CSECT
The name of the program in which the indicated number of keeps, breakpoints, skips, and counts have been set.
KEEPS
Number of keeps set for the specified program at the terminal displayed in TERMID.
BREAKS
Number of breakpoints set for the specified program at the terminal displayed in TERMID.
SKIPS
Number of skips set for the specified program at the terminal displayed in TERMID.
COUNT
Number of analyzes set for the specified program at the terminal displayed in TERMID.