Asynchronous services domain: Global statistics

You can retrieve bundle statistics by using the EXEC CICS EXTRACT STATISTICS ASYNCSERVICE system command. They are mapped by the DFHASGDS DSECT.

Table 1. Asynchronous services domain: Global statistics
DFHSTUP name Field name Description
RUN command ASG_RUN_COUNT is the total number of RUN TRANSID API commands that have been issued.

Reset characteristic: reset to zero

 

FETCH command ASG_FETCH_COUNT is the total number of FETCH CHILD and FETCH ANY API commands that have been issued.

Reset characteristic: reset to zero

 

FREE command ASG_FREE_COUNT is the total number of FREE CHILD API commands that have been issued.

Reset characteristic: reset to zero

 

Times RUN command being delayed ASG_RUN_DELAY_COUNT is the total number of times that RUN TRANSID API commands have been delayed by CICS automated control.

Reset characteristic: reset to zero

 

Current parents being delayed ASG_PARENTS_DELAYED_CUR is the current number of tasks that are being delayed by CICS automated control when issuing a RUN TRANSID API command.

Reset characteristic: not reset

 

Peak parents being delayed ASG_PARENTS_DELAYED_PEAK is the peak number of tasks that were delayed by CICS automated control when issuing a RUN TRANSID API command.

Reset characteristic: reset to current

 

Current number of child tasks ASG_CHILDREN_CUR is the current number of active tasks that were started by RUN TRANSID API commands.

Reset characteristic: not reset

 

Peak number of child tasks ASG_CHILDREN_PEAK is the peak number of active tasks that were started by RUN TRANSID API commands.

Reset characteristic: reset to current