Examples of selection criteria
The following examples show typical selection criteria and explain the expected results.
Example one
- Only transactions that begin with fic will be returned.
- Because the Uppercase names field is blank, the value is converted to uppercase before being compared. So only transactions beginning with FIC will be returned.
- Transactions must also have a response time greater than .001. The response time has no upper limit, so if several FIC transactions are found but none have a response time greater than .001, no records will be returned.
- Only transactions that were run since midnight on March 31, 2019 and up to the current moment will be searched.
- A maximum of 100 records will be excluded for each IBM CICS in the context.
- Up to 1000 records for each PAS in the context could be returned.
+---------------------- Change History Record Selection ----------------------+
| COMMAND ===> SCROLL ===> CSR |
| |
| Transaction Mask ==> fic* ==> ==> Uppercase |
| Program Mask.... ==> ==> ==> Names ==> |
| Terminal Mask... ==> ==> ==> |
| Resource Mask... ==> ==> ==> ABENDed |
| Workload Mask... ==> ==> ==> Tasks ==> |
| User ID Mask.... ==> ==> ==> |
| Resource Types.. ==> ==> ==> |
| Task Numbers.... ==> ==> ==> |
| User Data Mask.. ==> |
| |
| Response Range.. ==> ==> .001 (low/high in seconds) |
| CPU Time Range.. ==> ==> (low/high in seconds) |
| File Call Range. ==> ==> (low/high in calls) |
| Storage Range... ==> ==> (low/high in bytes) |
| |
| Read From....... ==> Default END |
| Start Date/Time. ==> 3/21/2019 ==> * (mm/dd/yyyy - hh:mm:ss) |
| End Date/Time... ==> * ==> * (mm/dd/yyyy - hh:mm:ss) |
| Summary Interval ==> |
| Record Count.... ==> Default 5000 Maximum 10000 |
| Exclude Count... ==> 100 Default 2000 Maximum 10000 |
| |
| ENTER to display CMRDETL data with these selection criteria |
| END to exit CHISTORY |
| HELP to view related help |
| RESET to reset to initial data |
| ----------------------------------------------------------------------------|
| COMMAND ===> SCROLL ===> CSR |
| |
| Transaction Mask ==> fic* ==> ==> Uppercase |
| Program Mask.... ==> ==> ==> Names ==> |
| Terminal Mask... ==> ==> ==> |
| Resource Mask... ==> ==> ==> ABENDed |
| Workload Mask... ==> ==> ==> Tasks ==> |
| User ID Mask.... ==> ==> ==> |
| Resource Types.. ==> ==> ==> |
| Task Numbers.... ==> ==> ==> |
| User Data Mask.. ==> |
| |
| Response Range.. ==> ==> .001 (low/high in seconds) |
| CPU Time Range.. ==> ==> (low/high in seconds) |
| File Call Range. ==> ==> (low/high in calls) |
| Storage Range... ==> ==> (low/high in bytes) |
| |
| Read From....... ==> Default END |
| Start Date/Time. ==> 3/21/2019 ==> * (mm/dd/yyyy - hh:mm:ss) |
| End Date/Time... ==> * ==> * (mm/dd/yyyy - hh:mm:ss) |
| Summary Interval ==> |
| Record Count.... ==> Default 5000 Maximum 10000 |
| Exclude Count... ==> 100 Default 2000 Maximum 10000 |
| |
| ENTER to display CMRDETL data with these selection criteria |
| END to exit CHISTORY |
| HELP to view related help |
| RESET to reset to initial data |
| ----------------------------------------------------------------------------|
After pressing Enter, the exclude record count message was displayed because the number of excluded records reached the value specified in the Exclude Count field–100–before all the records within the specified search period were searched, or 1000 records were selected.
BBKT6E03I The exclude record count of 100 has been reached for BCVCW62C.
After pressing Enter, matching records were displayed in the CHISTH view, from newest to oldest since the default value for the Read From field is specified as END.
Example two
- Transactions that begin with Pay will be returned, but not the Payr transaction.
- Case matters because Uppercase Names is set to NO and the mask type for both entries is transaction.
- Transactions must also have used the DB2 resource or the IMS resource.
- Only transactions that were run from March 31, 2019 to April 7, 2019 between the hours of 8:00 A.M. and 6:00 P.M. will be searched. The value for the Read From field is specified as START so the search will start from the value in the Start date/time field and records are displayed from oldest to newest.
- A maximum of 2000 records could be excluded for each system in the context.
- A maximum of 1000 records could be returned for each system in the context.
+---------------------- Change History Record Selection ----------------------+
| COMMAND ===> SCROLL ===> CSR |
| |
| Transaction Mask ==> Pay* ==> ^Payr ==> Uppercase |
| Program Mask.... ==> ==> ==> Names ==> NO |
| Terminal Mask... ==> ==> ==> |
| Resource Mask... ==> ==> ==> ABENDed |
| Workload Mask... ==> ==> ==> Tasks ==> |
| User ID Mask.... ==> ==> ==> |
| Resource Types.. ==> DB2 ==> IMS ==> |
| Task Numbers.... ==> ==> ==> |
| User Data Mask.. ==> |
| |
| Response Range.. ==> ==> .001 (low/high in seconds) |
| CPU Time Range.. ==> ==> (low/high in seconds) |
| File Call Range. ==> ==> (low/high in calls) |
| Storage Range... ==> ==> (low/high in bytes) |
| |
| Read From....... ==> START Default END |
| Start Date/Time. ==> 03/21/2019 ==> 08:00:00 (mm/dd/yyyy - hh:mm:ss) |
| End Date/Time... ==> 04/01/2019 ==> 18:00:00 (mm/dd/yyyy - hh:mm:ss) |
| Summary Interval ==> |
| Record Count.... ==> 1000 Default 5000 Maximum 10000 |
| Exclude Count... ==> 2000 Default 2000 Maximum 10000 |
| |
| ENTER to display CMRDETL data with these selection criteria |
| END to exit CHISTORY |
| HELP to view related help |
| RESET to reset to initial data |
| ----------------------------------------------------------------------------+
| COMMAND ===> SCROLL ===> CSR |
| |
| Transaction Mask ==> Pay* ==> ^Payr ==> Uppercase |
| Program Mask.... ==> ==> ==> Names ==> NO |
| Terminal Mask... ==> ==> ==> |
| Resource Mask... ==> ==> ==> ABENDed |
| Workload Mask... ==> ==> ==> Tasks ==> |
| User ID Mask.... ==> ==> ==> |
| Resource Types.. ==> DB2 ==> IMS ==> |
| Task Numbers.... ==> ==> ==> |
| User Data Mask.. ==> |
| |
| Response Range.. ==> ==> .001 (low/high in seconds) |
| CPU Time Range.. ==> ==> (low/high in seconds) |
| File Call Range. ==> ==> (low/high in calls) |
| Storage Range... ==> ==> (low/high in bytes) |
| |
| Read From....... ==> START Default END |
| Start Date/Time. ==> 03/21/2019 ==> 08:00:00 (mm/dd/yyyy - hh:mm:ss) |
| End Date/Time... ==> 04/01/2019 ==> 18:00:00 (mm/dd/yyyy - hh:mm:ss) |
| Summary Interval ==> |
| Record Count.... ==> 1000 Default 5000 Maximum 10000 |
| Exclude Count... ==> 2000 Default 2000 Maximum 10000 |
| |
| ENTER to display CMRDETL data with these selection criteria |
| END to exit CHISTORY |
| HELP to view related help |
| RESET to reset to initial data |
| ----------------------------------------------------------------------------+
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*