You can change the CICS® IA monitoring options without restarting CICS IA.
Where used | Command or function key |
---|---|
CINT transaction Operations Menu, CIU100 | Type 6 against a listed CICS APPLID and press Enter to have CICS IA use the updated set of options for selecting the resources to monitor. |
CINT transaction Operations Menu, CIU100 | If more than one CICS region is listed on the Operations Menu, you can type 6 against the first CICS APPLID in the list (ALL) and press Enter to have all CICS IA regions use the updated set of options for selecting the resources to monitor. |
3270 terminal | CINT REFRESHOPTIONS 1 |
3270 terminal | CINT REFRESHALLOPTIONS 2 |
Console | F cicsjob, CINT REFRESHOPTIONS 3 |
Console | F cicsjob, CINT REFRESHALLOPTIONS 4 |
Application program | EXEC CICS START TRANSID('CINT') FROM('REFRESHOPTIONS') 5 |
Application program | EXEC CICS START TRANSID('CINT') FROM('REFRESHALLOPTIONS') 6 |
Notes:
3 cicsjob is the name of your CICS startup job. This job refreshes the Collector options on the local CICS region from its region record in the CICS IA control file.
4 cicsjob is the name of your CICS startup job. This job refreshes the Collector options on all the monitored CICS regions from records in the CICS IA control file.
5 This command, issued from a PLTPI program, refreshes the Collector options on the local CICS region from its region record in the CICS IA control file.
6 This command, issued from a PLTPI program, refreshes the Collector options on all the monitored CICS regions from records in the CICS IA control file.