Description of fields in view 2
Bottom portion of EXEC Management panel—resource view
B)ROWSE, (E)NABLE, (D)ISABLE, E(X)ECUTE EXEC, (T)EST EXEC
LC NAME STATUS EXECD ABEND TOTCPU AVGCPU MAXCPU CHANGED
________ _
___ $AAA ENABLED 00/11/04 16:14
___ $COLORS ENABLED 00/10/25 17:33
___ $DFS970I ENABLED 00/11/01 15:54
___ $HASP373 ENABLED 00/03/22 15:00
___ $HASP605 ENABLED 00/07/30 15:01
___ $IM9175I ENABLED 00/11/18 18:38
___ $SEND ENABLED 00/01/25 15:28
___ @CATCHU1 ENABLED 00/08/13 23:35
___ @CHE ENABLED 1 .08 .08 00/03/12 19:19
___ @DAILY ENABLED 00/04/12 11:49
The EXPAND command and the line commands are explained in Description-of-fields-in-view-1.
The EXEC Description area fields of view 2 are
Resource view field description
Field | Description |
---|---|
NAME | Is the name of the EXEC (member name in SYSPROC) |
STATUS | Is the status of the EXEC, either ENABLED or DISABLED |
EXECD | Is the number of times the EXEC has completed execution Each time an EXEC completes execution, this count is incremented. Also, if you have a situation where EXECA calls EXECB (with an IMFEXEC SELECT statement and WAIT(YES) is specified), both EXECA and EXECB are counted in the EXECD count when they complete. |
ABEND | Is the number of times the EXEC has abended since the SS started |
TOTCPU | Is the sum of CPU time used for all executions of the EXEC since the SS was started If the EXEC schedules another EXEC (with an IMFEXEC SELECT statement where WAIT(YES) is specified), then CPU collection for the first EXEC is suspended until the selected EXEC returns control. If a REXX EXEC executes another REXX EXEC using the REXX CALL facility, the CPU time is charged to the calling EXEC. |
AVGCPU | Is the value of the TOTCPU divided by the EXECD value (TOTCPU/EXECD) since the BBI-SS PAS was last started |
MAXCPU | The greatest amount of CPU time the EXEC used during any single execution since the BBI-SS PAS was last started |
Changed | The date and time that the EXEC was last changed. This information will not be shown if SPF STATS is turned off. |