Monitoring temporary storage (TS) queues
The temporary storage feature collects function and function timing information for temporary storage (TS) queues that are accessed by a task.
MainView for CICS collects data individually by TS queue name. The monitored functions include reads, writes, and deletes.
MainView for CICS maintains the collected data in the same resource entries in CMRDETL that are used for file activity, database activity, program timing, and so on, and therefore has an effect on the MAXFILE parameter.
The one-byte backward slash (/) identifies the temporary storage entries.
The following views display TS information for a task:
View name | Description |
|---|---|
CTASKDIO CHISTDIO | displays the number of TS queues and the total function count and total and average time |
TASKTSQ CHTSQ | displays in tabular form the count and timing information for each TS queue |
TASKTSQD CHTSQD | displays detail function count and timing information for a single TS queue |
CTASKDK CHISTDK CHISTDK1 through 5 | displays detail function and count information for all TS queues |
For more information, see Using-MainView-for-CICS-online-services.
This section contains the following topic:
Related topic