Resuming the collection of data

You can resume collecting dependency or affinity data on a particular region only when the Collector is paused on that region.

To resume collecting data on a specified CICS® region, use one of the methods shown in Table 1 1 

Table 1. Methods for resuming data collection by the Collector
Where used Command or function key
CINT transaction's Operations Menu, CIU100 Type 4 against a listed CICS APPLID and press Enter.
CINT transaction's Operations Menu, CIU100 If there is more than one CICS region listed on the Operations Menu, you can type 4 against the first CICS APPLID in the list ALL and press Enter to resume the collection of data on all the regions.
3270 terminal CINT CONTINUE  2 
3270 terminal CINT CONTINUEALL  3 
Console F cicsjob, CINT CONTINUE  4 
Console F cicsjob, CINT CONTINUEALL  5 
Application program EXEC CICS START TRANSID('CINT') FROM('CONTINUE')  6 
Application program EXEC CICS START TRANSID('CINT') FROM('CONTINUEALL')  7 

 1  If you have set up a timer to control the dates and times at which the Collector runs on the specified region, resuming the collection of data by any of the methods in Table 1 overrides the action of the timer. However, the timer continues to operate and to pause and resume the collection of data at the specified times. For details of how to set up a timer, see Specifying region-specific options: timers.

 2  This option causes the Collector to resume on the local CICS region: that is, the region to which the 3270 terminal is connected.

 3  This command causes the Collectors on all the monitored CICS regions to resume.

 4  cicsjob is the name of your CICS startup job. This job causes the Collector to resume on the local CICS region.

 5  cicsjob is the name of your CICS startup job. This job causes the Collectors on all the monitored CICS regions to resume.

 6  This command, issued from a PLTPI program, causes the Collector on the local CICS region to resume.

 7  This command, issued from a PLTPI program on the local CICS region, causes the Collectors on all the monitored CICS regions to resume.

Using one of the methods listed in Table 1 causes the Collector to resume the collection of transaction dependencies or affinities in the CICS region, until you pause or stop data collection.


Concept Concept

Feedback


Timestamp icon Last updated: Friday, 22 November 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic///ciuug11.html