Specifying ranges
These fields enable you to specifying ranges for several values.
Low and high values can be specified for each field.
- When only a low value is entered, transactions that have a value above the entered value are selected.
- When only a high value is entered, transactions that have a value below the entered value are selected.
- When both values are entered, transactions with values between the entered values are selected.
Response range
Selection range based on the response time, in seconds, of the transaction. You can enter any valid floating point number; for example:
1, .003, 1.2e-2.
CPU time range
Selection range based on the CPU time, in seconds, used by the transaction. You can enter any valid floating point number; for example:
1, .003, 1.2e-2.
File call range
Range based on the total number of CICS file control calls, DL/I calls, and database calls. You can enter any integer. Numbers represent I/O calls.
Storage range
Selection range based on the largest amount of user storage used by the transaction. You can enter any integer. Numbers represent bytes.
ABENDed tasks only
This field is used to select tasks based on their abend status.
- YES selects only abended tasks.
- NO selects only tasks that did not abend.
- Blank (default) selects all records.
Related topic