HTASK Resource Table

A CICSPlex® SM Resource that provides information about a completed task. That is, a task that previously ran in a system managed by CICSPlex SM, but has now been completed. Whilst a task is active, information can be obtained about the task by the TASK resource. Once the task completes, information can be obtained by the HTASK resource, provided CICSPlex SM history recording has been activated for the task.

The Primary key field for this resource class is  TIME , which represents the time the task was completed in the form of an eight byte store clock (STCK) value. This task completion STCK will always be in Universal Time, Coordinated (UTC). UTC is a universal time standard that is GMT without any adjustment for leap seconds. In the discussion of parameters below, be aware that all times are UTC, and when considering UTC completion times near to midnight, be aware that this has an impact on the date as well.

The following parameters are supported for the GET operation:

STARTDATE
Retrieve information for all tasks that were completed on or after the date specified. The date must be in the form MM/DD/YYYY. The default is today's date. If you specify STARTDATE with the RECENT parameter on a GET API operation, the request will fail with a TABLEERROR response and a DATAERROR reason. A FEEDBACK operation for the failing command will result in a FEEDBACK error code of INV_COMB_RECENT.
STARTTIME
Retrieve information for all tasks that were completed at or after the time specified. The time must be in the form HH:MM:SS. The default is the previous midnight (00:00:00). If you specify STARTTIME with the RECENT parameter on a GET API operation, the request will fail with a TABLEERROR response and a DATAERROR reason. A FEEDBACK operation for the failing command will result in a FEEDBACK error code of INV_COMB_RECENT.
ENDDATE
Retrieve information for all tasks that were completed on or before the date specified. The date must be in the form MM/DD/YYYY. The default is today's date. If you specify ENDDATE with either of the RECENT or INTERVAL parameters on a GET API operation, the request will fail with a TABLEERROR response and a DATAERROR reason. A FEEDBACK operation for the failing command will result in a FEEDBACK error code of either INV_COMB_RECENT or INV_COMB_INTV_ED.
ENDTIME
Retrieve information for all tasks that were completed at or before the time specified. The time must be in the form HH:MM:SS. The default is one second to midnight (23:59:59).

If you specify ENDTIME with either of the RECENT or INTERVAL parameters on a GET API operation, the request will fail with a TABLEERROR response and a DATAERROR reason. A FEEDBACK operation for the failing command will result in a FEEDBACK error code of either INV_COMB_RECENT or INV_COMB_INTV_ET.

If you specify an earlier ENDDATE and ENDTIME than the specified STARTDATE and STARTTIME on a GET API operation, the request will fail with a TABLEERROR response and a DATAERROR reason. A FEEDBACK operation for the failing command will result in a FEEDBACK error code of INV_COMB_START_END.

INTERVAL
Retrieve information for all tasks that were completed within n seconds of the STARTDATE and STARTTIME where n is the value specified for INTERVAL. The maximum value is 99,999,999. You can also use two special values for INTERVAL:
HISTSECS
Use the number of seconds specified by the HISTSECS EYUPARM.
NOLIMIT
Retrieve information for all tasks that were completed after STARTDATE and STARTTIME.

If you specify INTERVAL with any of the ENDDATE, ENDTIME, or RECENT parameters on a GET API operation, the request will fail with a TABLEERROR response and a DATAERROR reason. A FEEDBACK operation for the failing command will result in a FEEDBACK error code of INV_COMB_INTV_ED, INV_COMB_INTV_ET, or INV_COMB_RECENT.

If you specify a value for the INTERVAL parameter which is not a numeric value or one of its special values, on a GET API operation, the request will fail with a TABLEERROR response and a DATAERROR reason. A FEEDBACK operation for the failing command will result in a FEEDBACK error code of INV_INTERVAL.

RECENT
Retrieve information for all tasks that were completed within the last n seconds, where n is the value specified for RECENT. The maximum value is 99,999,999. You can also use two special values for RECENT:
HISTSECS
Use the number of seconds specified by the HISTSECS EYUPARM.
NOLIMIT
Retrieve information for all completed tasks that CICSPlex SM has recorded on its history data sets.
0
Retrieve history data that is still being accumulated for tasks that are still active. This data has not yet been written to the VSAM history data sets. It is monitoring data that is being written to CICS performance records for active tasks, where monitoring options have been specified.

If you specify the RECENT parameter with any of the STARTDATE, STARTTIME, ENDDATE, ENDTIME, or INTERVAL parameters on a GET API operation, the request will fail with a TABLEERROR response and a DATAERROR reason. A FEEDBACK operation for the failing command will result in a FEEDBACK error code of INV_COMB_RECENT.

If you specify a value for the RECENT parameter which is not a numeric value or one of its special values, on a GET API operation, the request will fail with a TABLEERROR response and a DATAERROR reason. A FEEDBACK operation for the failing command will result in a FEEDBACK error code of INV_RECENT.

Note:
The CICSPlex SM API requires the formats of STARTDATE, STARTTIME, ENDDATE and ENDTIME to be as given in the above definitions, but when these dates and times are displayed on the Web User Interface, or input directly via the Web User Interface, the DATEFORMAT, DATESEPARATOR, TIMESEPARATOR and DECIMALSEPARATOR EYUWUI parameters in force for the Web User Interface Server are used.

There are no object specific actions for this resource class.

Length
2024
Usage
API
API view
Yes
CMAS context
No
SCOPE applies
Yes
Only query CMASs in workload
No
Object type
CICS Resource
Copybook identifier
EYUt0154 or HTASK
Valid API operations
GET
Table 240. HTASK FEEDBACK error codes
Code Description Code Description
INV_COMB_INTV_ED Bad combination (INTERVAL+ENDDATE) INV_COMB_START_END STARTDATE/TIME must preceed ENDDATE/TIME
INV_COMB_INTV_ET Bad combination (INTERVAL+ENDTIME) INV_INTERVAL Invalid INTERVAL value
INV_COMB_RECENT RECENT parameter not unique INV_RECENT Invalid RECENT value
Table 241. HTASK resource table attributes
Name Datatype Source Len Sum Description Get Invalid Attr ID
EYU_CICSNAME CHAR CPSM 8 N/A CICS System Name
EYU_CICSREL CHAR CPSM 4 N/A CICS Release
EYU_RESERVED CHAR CPSM 4 N/A Reserved
 TIME-1  HEX CMF 8 MIN Time key 1
START DATETIME CMF 8 MAX Task start time 2
STOP DATETIME CMF 8 MAX Task stop time 3
UOWID HEX CMF 8 MIN Local unit of work (UOW) ID 4
USERID CHAR CMF 8 DIF User ID 5
TRANCLASS CHAR CMF 8 DIF Transaction class 6
FIRSTPRGM CHAR CMF 8 DIF First program name 7
LUNAME CHAR CMF 8 DIF VTAM LU name 8
TRANID CHAR CMF 4 DIF Transaction ID 9
TRANTYPE CHAR CMF 4 DIF Transaction type 10
NETNAME CHAR CMF 20 DIF LU 6.2 network-wide UOW netname 11
FACILITY CHAR CMF 4 DIF Principal facility 12
FACILITYTYPE EYUDA CMF 4 LIKE Facility type 13
FACILITYTYPE Output Valid Values TERMINAL TDQUEUE START
PRIORITY BINARY CMF 4 AVG Task priority 14
RECTYPE CHAR CMF 4 DIF Record type 15
TASKFLAG BINARY CMF 4 AVG Transaction error flags 16
ABCODEO CHAR CMF 4 DIF Original ABEND code 17
ABCODEC CHAR CMF 4 DIF Current ABEND code 18
MSGIN BINARY CMF 4 AVG Number of primary TC messages received 19
CHARIN BINARY CMF 4 AVG Number of primary TC characters received 20
MSGOUT BINARY CMF 4 AVG Number of primary TC messages sent 21
CHAROUT BINARY CMF 4 AVG Number of primary TC characters sent 22
MSGINSEC BINARY CMF 4 AVG Number of secondary TC messages received 23
CHARINSEC BINARY CMF 4 AVG Number of secondary TC characters received 24
MSGOUTSEC BINARY CMF 4 AVG Number of secondary TC messages sent 25
CHAROUTSEC BINARY CMF 4 AVG Number of secondary TC characters sent 26
ALLOCATES BINARY CMF 4 AVG Number of ALLOCATE requests 27
USTG24CNT BINARY CMF 4 AVG Number of user storage GETMAIN requests below 16MB 28
USTG31CNT BINARY CMF 4 AVG Number of user storage GETMAIN requests above 16MB 29
CDSAGETM BINARY CMF 4 AVG Number of GETMAIN requests in CDSA 30
ECDSAGETM BINARY CMF 4 AVG Number of GETMAIN requests in ECDSA 31
USTG24HWM BINARY CMF 4 AVG Peak number of bytes used by task in UDSA 32
USTG31HWM BINARY CMF 4 AVG Peak number of bytes used by task in EUDSA 33
CDSASHWM BINARY CMF 4 AVG Peak number of bytes used by task in CDSA 34
ECDSASHWM BINARY CMF 4 AVG Peak number of bytes used by task in ECDSA 35
USTG24OCC BINARY CMF 8 AVG Average storage usage below 16MB 37
USTG31OCC BINARY CMF 8 AVG Average storage usage above 16MB 38
CDSASOCC BINARY CMF 4 AVG Average CDSA storage usage 39
ECDSASOCC BINARY CMF 4 AVG Average ECDSA storage usage 40
PSTGHWM BINARY CMF 4 AVG Maximum program storage across all DSAs 41
PSTG24HWM BINARY CMF 4 AVG Maximum program storage below 16MB 42
PSTG31HWM BINARY CMF 4 AVG Maximum program storage above 16MB 43
USRPS31HWM BINARY CMF 4 AVG Maximum program storage in EUDSA 44
USRPS24HWM BINARY CMF 4 AVG Maximum program storage in UDSA 45
ECDSAPSHWM BINARY CMF 4 AVG Maximum program storage in ECDSA 46
CDSAPSHWM BINARY CMF 4 AVG Maximum program storage in CDSA 47
ROPS31HWM BINARY CMF 4 AVG Maximum read-only program storage 48
FCGETCNT BINARY CMF 4 AVG Number of file control READ requests 49
FCPUTCNT BINARY CMF 4 AVG Number of file control WRITE requests 50
FCBRWCNT BINARY CMF 4 AVG Number of file control BROWSE requests 51
FCADDCNT BINARY CMF 4 AVG Number of file control ADD requests 52
FCDELCNT BINARY CMF 4 AVG Number of file control DELETE requests 53
FCCOUNT BINARY CMF 4 AVG Total number of file control requests 54
FCAMCNT BINARY CMF 4 AVG Number of file control access method requests 55
TDGETCNT BINARY CMF 4 AVG Number of transient data GET requests 56
TDPUTCNT BINARY CMF 4 AVG Number of transient data PUT requests 57
TDPURCNT BINARY CMF 4 AVG Number of transient data PURGE requests 58
TDCOUNT BINARY CMF 4 AVG Total number of transient data requests 59
TSGETCNT BINARY CMF 4 AVG Number of temporary storage GET requests 60
TSPUTACNT BINARY CMF 4 AVG Number of TS PUT requests to auxiliary storage 61
TSPUTMCNT BINARY CMF 4 AVG Number of TS PUT requests to main storage 62
TSCOUNT BINARY CMF 4 AVG Total number of TS requests 63
BMSMAPCNT BINARY CMF 4 AVG Number of BMS map requests 64
BMSINCNT BINARY CMF 4 AVG Number of BMS map in requests 65
BMSOUTCNT BINARY CMF 4 AVG Number of BMS map out requests 66
BMSCOUNT BINARY CMF 4 AVG Total number of BMS requests 67
PCLINKCNT BINARY CMF 4 AVG Number of program LINK requests 68
PCXCTLCNT BINARY CMF 4 AVG Number of program transfer control (XCTL) requests 69
PCLOADCNT BINARY CMF 4 AVG Number of program LOAD requests 70
JCUSRWCNT BINARY CMF 4 AVG Number of journal output requests 71
ICCOUNT BINARY CMF 4 AVG Number of interval control requests 72
SYNCCOUNT BINARY CMF 4 AVG Number of syncpoint requests 73
DISPTIME SCLOCK CMF 8 MAX User task dispatch time 75
CPUTIME SCLOCK CMF 8 MAX User task CPU time 76
SUSPTIME SCLOCK CMF 8 MAX Task suspend time 77
WAITTIME SCLOCK CMF 8 MAX Dispatch wait time 78
EXWAIT SCLOCK CMF 8 MAX Exception wait time 79
TCIOTIME SCLOCK CMF 8 MAX Terminal control I/O wait time 80
FCIOTIME SCLOCK CMF 8 MAX File control I/O wait time 81
JCIOTIME SCLOCK CMF 8 MAX Journal control I/O wait time 82
TSIOTIME SCLOCK CMF 8 MAX TS I/O wait time 83
IRIOTIME SCLOCK CMF 8 MAX Interregion communication (MRO) I/O wait time 84
TDIOTIME SCLOCK CMF 8 MAX Transient data I/O wait time 85
PCLOADTM SCLOCK CMF 8 MAX Program load time 86
ISOLATEST EYUDA CMF 4 LIKE Data isolation type 87
ISOLATEST Output Valid Values NO YES
TASKDATAKEY EYUDA CMF 4 LIKE Data storage key 88
TASKDATAKEY Output Valid Values CICS USER
TASKDATALOC EYUDA CMF 4 LIKE Data location above/below 16MB 89
TASKDATALOC Output Valid Values BELOW ANY
RSYSID CHAR CMF 4 DIF Remote system ID 90
TCM62IN2 BINARY CMF 4 AVG Number of secondary LU62 TC messages received 91
TCC62IN2 BINARY CMF 4 AVG Number of secondary LU62 TC characters received 92
TCM62OU2 BINARY CMF 4 AVG Number of secondary LU62 TC messages sent 93
TCC62OU2 BINARY CMF 4 AVG Number of secondary LU62 TC characters sent 94
PC24RHWM BINARY CMF 4 AVG Maximum read-only program storage on RDSA 95
PC31SHWM BINARY CMF 4 AVG Maximum shared program storage in ESDSA 96
PC24SHWM BINARY CMF 4 AVG Maximum shared program storage in SDSA 97
SZALLOCT BINARY CMF 4 AVG Number of FEPI ALLOCATE requests 98
SZRCVCT BINARY CMF 4 AVG Number of FEPI RECEIVE requests 99
SZSENDCT BINARY CMF 4 AVG Number of FEPI SEND requests 100
SZSTRTCT BINARY CMF 4 AVG Number of FEPI START requests 101
SZCHROUT BINARY CMF 4 AVG Number of FEPI characters sent 102
SZCHRIN BINARY CMF 4 AVG Number of FEPI characters received 103
SZALLCTO BINARY CMF 4 AVG Number of FEPI ALLOCATE timeouts 104
SZRCVTO BINARY CMF 4 AVG Number of FEPI RECEIVE timeouts 105
SZTOTCT BINARY CMF 4 AVG Total number of FEPI requests 106
SZWAIT SCLOCK CMF 8 MAX FEPI suspend time 107
DSPDELAY SCLOCK CMF 8 MAX First dispatch delay time 108
TCLDELAY SCLOCK CMF 8 MAX First dispatch delay time caused by TCL 109
MXTDELAY SCLOCK CMF 8 MAX First dispatch delay time caused by MXT 110
ENQDELAY SCLOCK CMF 8 MAX Local enqueue delay time 111
LU61WTT SCLOCK CMF 8 MAX LU61 I/O wait time 112
LU62WTT SCLOCK CMF 8 MAX LU62 I/O wait time 113
RMITIME SCLOCK CMF 8 MAX Total RMI elapsed time 114
RMISUSP SCLOCK CMF 8 MAX Total RMI suspend time 115
WLMSRVCNAME CHAR CMF 8 DIF Workload manager service class name 116
WLMRPTRCNAME CHAR CMF 8 DIF Workload manager report class name 117
TRANFLAGS HEX CMF 8 MIN Transaction flags 118
PERFRECCNT BINARY CMF 4 AVG Number of performance records 119
TERMCONNAME CHAR CMF 4 DIF Terminal connection name 120
SHSTGGMCBEL BINARY CMF 4 AVG Shared storage GETMAIN request count below 16MB 121
SHSTGBYTEGMB BINARY CMF 4 AVG GETMAIN byte count of shared storage below 16MB 123
SHSTGBYTEFMB BINARY CMF 4 AVG FREEMAIN byte count of shared storage below 16MB 124
SHSTGGMCABV BINARY CMF 4 AVG Shared storage GETMAIN request count above 16MB 125
SHSTGBYTEGMA BINARY CMF 4 AVG GETMAIN byte count of shared storage above 16MB 126
SHSTGBYTEFMA BINARY CMF 4 AVG FREEMAIN byte count of shared storage above 16M 127
JRNLWRITREQ BINARY CMF 4 AVG Number of journal write requests 128
LOGGRWRITREQ BINARY CMF 4 AVG Number of CICS logger write requests 129
TERMNALINFO HEX CMF 4 MIN Terminal information 130
SYNCPTWAITTM SCLOCK CMF 8 MAX Syncpoint wait time 131
RLSWAITTIME SCLOCK CMF 8 MAX VSAM Record Level Sharing wait time 132
UOWINSTSEQ HEX CMF 8 MIN LU6.2 network-wide UOW instance & sequence number 133
INDOUBT EYUDA CMF 4 LIKE Transaction indoubt option 134
INDOUBT Output Valid Values BACKWARD FORWARD
INDOUBTWAIT EYUDA CMF 4 LIKE Indoubt wait time 135
INDOUBTWAIT Output Valid Values YES NO
BRIDGE CHAR CMF 4 DIF Bridge transaction ID 136
BRDGTRAN EYUDA CMF 4 LIKE Transaction ID started by bridge 137
BRDGTRAN Output Valid Values YES NO
LOCKMGRWAIT SCLOCK CMF 8 MAX Lock manager wait time 138
EXTERNWAIT SCLOCK CMF 8 MAX External wait time 139
CICSWAIT SCLOCK CMF 8 MAX CICS event wait time 140
INTVLWAIT SCLOCK CMF 8 MAX Interval control delay time 141
CONTROLWAIT SCLOCK CMF 8 MAX Give-up-control wait time 142
SHAREDTSWAIT SCLOCK CMF 8 MAX Shared temporary storage I/O wait time 143
RLSCPUT SCLOCK CMF 8 MAX CPU time used by VSAM Record Level Sharing 144
INTVLC BINARY CMF 4 AVG Interval control count 145
PCLURMCT BINARY CMF 4 AVG Number of user replaceable module link requests 146
CFDTWAIT SCLOCK CMF 8 MAX CFDT wait time 147
SRVSYWTT SCLOCK CMF 8 MAX CFDT syncpoint wait time 148
PRCSNAME CHAR CMF 36 DIF BTS process name 149
PRCSID HEX CMF 52 MIN BTS process ID 150
PRCSTYPE CHAR CMF 8 DIF BTS process type 151
ACTVTYNM CHAR CMF 16 DIF BTS activity name 152
ACTVTYID HEX CMF 52 MIN BTS activity ID 153
BARSYNCT BINARY CMF 4 AVG BTS run synchronous requests 154
BARASYCT BINARY CMF 4 AVG BTS run asynchronous requests 155
BALKPACT BINARY CMF 4 AVG BTS link requests 156
BADPROCT BINARY CMF 4 AVG BTS define process requests 157
BADACTCT BINARY CMF 4 AVG BTS define activity requests 158
BARSPACT BINARY CMF 4 AVG BTS reset requests 159
BASUPACT BINARY CMF 4 AVG BTS suspend requests 160
BARMPACT BINARY CMF 4 AVG BTS resume requests 161
BADCPACT BINARY CMF 4 AVG BTS delete activity and cancel requests 162
BAACQPCT BINARY CMF 4 AVG BTS acquire requests 163
BATOTPCT BINARY CMF 4 AVG BTS total requests 164
BAPRDCCT BINARY CMF 4 AVG BTS process data container requests 165
BAACDCCT BINARY CMF 4 AVG BTS activity data container requests 166
BATOTCCT BINARY CMF 4 AVG BTS total data container requests 167
BARATECT BINARY CMF 4 AVG BTS retrieve reattach event requests 168
BADFIECT BINARY CMF 4 AVG BTS define input event requests 169
BATIAECT BINARY CMF 4 AVG BTS timer associated event requests 170
BATOTECT BINARY CMF 4 AVG BTS total event requests 171
RUNTRWTT SCLOCK CMF 8 MAX Run synchronous transaction wait time 173
SYNCDLY SCLOCK CMF 8 MAX Waiting for parent syncpoint delay time 174
WBRCVCT BINARY CMF 4 AVG Number of WEB RECEIVE requests 175
WBCHRIN BINARY CMF 4 AVG Number of Web characters received 176
WBSENDCT BINARY CMF 4 AVG Number of WEB SEND requests 177
WBCHROUT BINARY CMF 4 AVG Number of Web characters sent 178
WBTOTCT BINARY CMF 4 AVG Total number of Web requests 179
WBREPWCT BINARY CMF 4 AVG Number of Web repository writes 180
DHCRECT BINARY CMF 4 AVG Number of DOCUMENT CREATE requests 181
DHINSCT BINARY CMF 4 AVG Number of DOCUMENT INSERT requests 182
DHSETCT BINARY CMF 4 AVG Number of DOCUMENT SET requests 183
DHRETCT BINARY CMF 4 AVG Number of DOCUMENT RETRIEVE requests 184
DHTOTCT BINARY CMF 4 AVG Total number of document requests 185
DHTOTDCL BINARY CMF 4 AVG Total length of documents created 186
IMSWAIT SCLOCK CMF 8 MAX IMS request wait time 187
DB2RDYQW SCLOCK CMF 8 MAX DB2 ready queue wait time 188
DB2CONWT SCLOCK CMF 8 MAX DB2 connection(TCB) wait time 189
DB2WAIT SCLOCK CMF 8 MAX DB2 request wait time 190
MXTOTDLY SCLOCK CMF 8 MAX Maximum open TCB delay time 191
QRMODDLY SCLOCK CMF 8 MAX QR TCB mode delay time 192
QRDISPT SCLOCK CMF 8 MAX Dispatch time whilst running in QR TCB mode 193
QRCPUT SCLOCK CMF 8 MAX CPU time used whilst running in QR TCB mode 194
MSDISPT SCLOCK CMF 8 MAX Other TCB mode dispatch time 195
MSCPUT SCLOCK CMF 8 MAX Other TCB mode CPU time 196
L8CPUT SCLOCK CMF 8 MAX L8 TCB mode CPU time 197
J8CPUT SCLOCK CMF 8 MAX J8 TCB mode CPU time 198
S8CPUT SCLOCK CMF 8 MAX S8 TCB mode CPU time 199
IMSREQCT BINARY CMF 4 AVG Total number of IMS requests 200
DB2REQCT BINARY CMF 4 AVG Total number of DB2 requests 201
CHMODECT BINARY CMF 4 AVG Number of CICS dispatcher change modes E640 and higher 202
TCBATTCT BINARY CMF 4 AVG Number of CICS dispatcher TCB attaches 203
GNQDELAY SCLOCK CMF 8 MAX Global enqueue delay time 204
RRMSWAIT SCLOCK CMF 8 MAX RRMS/MVS syncpoint coordination delay time 205
SOIOWTT SCLOCK CMF 8 MAX Inbound TCP/IP sockets I/O wait time 206
RRMSURID HEX CMF 16 MIN RRMS/MVS unit of recovery ID 207
CLIPADDR CHAR CMF 16 DIF Client IP address 208
PCDPLCT BINARY CMF 4 AVG Distributed program link (DPL) request count 209
SOBYENCT BINARY CMF 4 AVG Number of socket bytes encrypted 210
SOBYDECT BINARY CMF 4 AVG Number of socket bytes decrypted 211
TERMID CHAR CMF 4 DIF Actual terminal ID or session ID 212
JVMTIME SCLOCK CMF 8 MAX Total JVM elapsed time 213
JVMSUSP SCLOCK CMF 8 MAX Total JVM suspend time 214
TASK DECIMAL CMF 4 MAX Task ID 218
TMRTGPID HEX CMF 28 DIF Transaction group ID 219
TMRNETID CHAR CMF 8 DIF Network ID E530 221
TMRRLUNM CHAR CMF 8 DIF Real LU name E530 222
TMRPORTN BINARY CMF 4 AVG TCP/IP service port number E530 223
TMROTSID CHAR CMF 128 DIF OTS transaction ID E530 224
TMRCFACT BINARY CMF 4 AVG Number of OO class library API requests 225
TMRWBRPR BINARY CMF 4 AVG Number of repository reads 226
TMRWBERC BINARY CMF 4 AVG Number of WEB EXTRACT requests E530 227
TMRWBBRC BINARY CMF 4 AVG Number of WEB BROWSE requests E530 228
TMRWBRRC BINARY CMF 4 AVG Number of WEB READ requests E530 229
TMRWBWRC BINARY CMF 4 AVG Number of WEB WRITE requests E530 230
TMRSOERC BINARY CMF 4 AVG EXTRACT TCPIP & EXTRACT CERTIFICATE request count E530 231
TMRSOCNS BINARY CMF 4 AVG Number of CREATE non-persistent socket requests E530 232
TMRSOCPS BINARY CMF 4 AVG Number of CREATE persistent socket requests E530 233
TMRSONHW BINARY CMF 4 AVG Peak number of non-persistent sockets E530 234
TMRSOPHW BINARY CMF 4 AVG Peak number of persistent sockets E530 235
TMRSORCT BINARY CMF 4 AVG Number of socket receive requests E530 236
TMRSOCIN BINARY CMF 4 AVG Number of characters received E530 237
TMRSOSCT BINARY CMF 4 AVG Number of socket send requests E530 238
TMRSOCOT BINARY CMF 4 AVG Number of characters sent E530 239
TMRSOTC BINARY CMF 4 AVG Total number of socket requests E530 240
TMRSOIMC BINARY CMF 4 AVG Number of inbound socket receive requests E530 241
TMRSOI1C BINARY CMF 4 AVG Number of inbound socket characters received E530 242
TMRSOOMC BINARY CMF 4 AVG Number of inbound socket send requests E530 243
TMRSOO1C BINARY CMF 4 AVG Number of inbound socket characters sent E530 244
TMRRODSP SCLOCK CMF 8 AVG User task read-only mode dispatch time E530 246
TMRROCPU SCLOCK CMF 8 AVG User task read-only mode CPU time E530 247
TMRKY8DS SCLOCK CMF 8 AVG User task key 8 mode dispatch time E530 248
TMRKY8CP SCLOCK CMF 8 AVG User task key 8 mode CPU time E530 249
TMRJTDLY SCLOCK CMF 8 AVG Maximum JVM TCB delay time E530 250
TMRHTDLY SCLOCK CMF 8 AVG Maximum hot-pooling TCB delay time E530 and E640 and higher 251
TMRSOOWT SCLOCK CMF 8 AVG Outbound TCP/IP sockets I/O wait time E530 252
TMRRQRWT SCLOCK CMF 8 AVG Request receiver wait time E530 253
TMRRQPWT SCLOCK CMF 8 AVG Request processor wait time E530 254
TMROIDWT SCLOCK CMF 8 AVG OTS indoubt wait time E530 255
TMRJVMIT SCLOCK CMF 8 AVG JVM elapsed time - initializing E530 256
TMRJVMRT SCLOCK CMF 8 AVG JVM elapsed time - resetting E530 257
TMRPTPWT SCLOCK CMF 8 AVG Partner wait time E530 258
TMRNETSX HEX CMF 8 DIF LU6.2 network-wide UOW instance & sequence number 259
TMRTCPSV CHAR CMF 8 DIF TCP/IP Service name E530 260
NETUOWID HEX CMF 27 MIN LU6.2 network-wide UOW ID 262
DETTRANTYPE EYUDA CPSM 4 LIKE Transaction type details 263
DETTRANTYPE Output Valid Values NONE SYSTEM MIRROR DPL ONCRPC WEB BRIDGE CICSBTS
BTECOMP EYUDA CPSM 4 LIKE Workload manager begin-to-end phase complete 264
BTECOMP Output Valid Values YES NO
EXECOMP EYUDA CPSM 4 LIKE Workload manager execution phase complete 265
EXECOMP Output Valid Values YES NO
SUBEXECOMP EYUDA CPSM 4 LIKE WLM subset of execution phase complete 266
SUBEXECOMP Output Valid Values YES NO
ORIGINTYPE EYUDA CPSM 4 LIKE Transaction origin type 267
ORIGINTYPE Output Valid Values NONE TERMINAL TDQUEUE START TERMSTART SCHEDULED XMRUN BRIDGE SOCKET WEB IIOP RRS LU61 LU62 MRO ECI IIRQRECVR RZSTTRPT
RESOLVEACT EYUDA CPSM 4 LIKE Recovery manager UOW resolved with indoubt action 268
RESOLVEACT Output Valid Values YES NO
SHUNTED EYUDA CPSM 4 LIKE Recovery manager UOW shunted 269
SHUNTED Output Valid Values YES NO
UNSHUNTED EYUDA CPSM 4 LIKE Recovery manager UOW unshunted 270
UNSHUNTED Output Valid Values YES NO
INDOUBTFAIL EYUDA CPSM 4 LIKE Recovery manager UOW indoubt failure 271
INDOUBTFAIL Output Valid Values YES NO
ROFAIL EYUDA CPSM 4 LIKE Recovery manager UOW resource owner failure 272
ROFAIL Output Valid Values YES NO
RESPTIME INTSTCK CPSM 8 MAX Task response time 273
CORREUOW HEX CPSM 23 MIN Correlation UOW ID 274
TMRCBRNM CHAR CMF 4 N/A CorbaServer name E530 and E620 276
TMRDSTHW BINARY CMF 4 AVG Peak number of CICS dispatcher TCBs E620 277
TMREJBAC BINARY CMF 4 AVG Number of bean state activation requests E620 278
TMREJBPC BINARY CMF 4 AVG Number of bean state passivation requests E620 279
TMREJBCC BINARY CMF 4 AVG Number of bean creation requests E620 280
TMREJBRC BINARY CMF 4 AVG Number of bean removal requests E620 281
TMREJMCT BINARY CMF 4 AVG Number of Enterprise bean method calls E620 282
TMRKY9DS SCLOCK STAT 8 AVG User task key 9 mode dispatch time E620 283
TMRKY9CP SCLOCK STAT 8 AVG User task key 9 mode CPU time E620 284
TMRJ9CPU SCLOCK CMF 8 MAX J9 TCB mode CPU time E620 285
TMRDSMWT SCLOCK CMF 8 MAX Dispatcher TCB mismatch wait time E620 286
TMRDSCWT SCLOCK CMF 8 MAX Dispatcher MVS storage constraint wait time E620 287
TMREJBTC BINARY CMF 4 AVG Total number of Enterprise bean requests E620 288
TMRPCDLL BINARY CMF 4 AVG Data length of all DPL program links with channel E620 and E630 289
TMRPCDRL BINARY CMF 4 AVG Total data length of all DPL returns with channel E620 and E630 290
TMRPCLCC BINARY CMF 4 AVG Number of program link requests with channel E620 and E630 291
TMRPCXCC BINARY CMF 4 AVG Number of program XCTL requests with channel E620 and E630 292
TMRPCDCC BINARY CMF 4 AVG Number of DPL program link requests with channel E620 and E630 293
TMRPCRCC BINARY CMF 4 AVG Number of program return requests with channel E620 and E630 294
TMRPCRCL BINARY CMF 4 AVG Data length of all program returns with channel E620 and E630 295
TMRPGCTC BINARY CMF 4 AVG Total number of channel data container requests E620 and E630 296
TMRPGBCC BINARY CMF 4 AVG Number of browse container channel requests E620 and E630 297
TMRPGGCC BINARY CMF 4 AVG Number of get container channel requests E620 and E630 298
TMRPGPCC BINARY CMF 4 AVG Number of put container channel requests E620 and E630 299
TMRPGMCC BINARY CMF 4 AVG Number of move container channel requests E620 and E630 300
TMRPGGCL BINARY CMF 4 AVG Data length of all get container channel requests E620 and E630 301
TMRPGPCL BINARY CMF 4 AVG Data length of all put container channel requests E620 and E630 302
TMRWBIWC BINARY CMF 4 AVG Number of invoke web service requests E620 and E630 303
TMRWBROC BINARY CMF 4 AVG Number of web read requests E620 and E630 304
TMRWBWOC BINARY CMF 4 AVG Number of web write requests E620 and E630 305
TMRWBIRC BINARY CMF 4 AVG Number of web receive requests E620 and E630 306
TMRWBI1C BINARY CMF 4 AVG Number of bytes received by web requests E620 and E630 307
TMRWBOSC BINARY CMF 4 AVG Number of web send requests E620 and E630 308
TMRWBO1C BINARY CMF 4 AVG Number of bytes sent by web send requests E620 and E630 309
TMRWBPRC BINARY CMF 4 AVG Number of web parse requests E620 and E630 310
TMRWBBOC BINARY CMF 4 AVG Number of web browse requests E620 and E630 311
TMRSTDLY SCLOCK CMF 8 AVG Maximum CICS SSL TCB delay time E620 and E630 312
TMRXTDLY SCLOCK CMF 8 AVG Maximum CICS XPLink TCB delay time E620 and E630 313
TMRCMDLY SCLOCK CMF 8 AVG CICS TCB Change Mode delay time E620 and E630 314
TMRX8CPU SCLOCK CMF 8 AVG User task X8 mode CPU time E620 and E630 315
TMRX9CPU SCLOCK CMF 8 AVG User task X9 mode CPU time E620 and E630 316
TMRICSCC BINARY CMF 4 AVG Total local interval control starts with channel E620 and E630 317
TMRICSCD BINARY CMF 4 AVG Data length of all local IC starts with channel E620 and E630 318
TMRICSRC BINARY CMF 4 AVG Total remote interval control starts with channel E620 and E630 319
TMRICSRD BINARY CMF 4 AVG Data length of all remote IC starts with channel E620 and E630 320
TMRL9CPU SCLOCK CMF 8 MAX User task L9 mode CPU time E620 and E630 321
TMRWBRDL BINARY CMF 4 AVG Data length of data read from the repository E620 and E630 322
TMRWBWDL BINARY CMF 4 AVG Data length of data written to the repository E620 and E630 323
TMRPGCCC BINARY CMF 4 AVG Number of containers created for channel containers E620 and E630 324
[[ Contents Previous Page | Next Page Index ]]