Previous Topic: How to Monitor Concurrent Action ProcessingNext Topic: Autogen Action Option


View Action Status

You can issue MVS modify commands to the routing region in order to determine the status of the actions. Reponses are written to the region’s joblog.

The general format of an MVS modify command is as follows:

F jobname.identifier,parameters       
D[ISP] STAT
D[ISP] STATS
D[ISP] STATISTICS

Displays statistics.

A display statistics command returns the following response:

Number of Completed Requests		nnnnnn
Number of Executing Requests		nn
Number of Action Request regIons	nn
Max Elapsed Time so far		nnnnnn  Act# num Stmt #num action element type
Min Elapsed Time so far			nnnnnn  Act #num Stmt #num action element type
Total Elapsed Time collected so far	nnnnnn
D[ISP] ACTIVE REQS
D[ISP] ACTIVE REQUESTS

Displays status of currently active action requests. This parameter returns the following response:

ACT# num Stmt #num ACTIVE ON jobname jobnumber cci-id action element type.
D[ISP] SERVERS

Display the status of spawned servers. If the server is busy processing a request, we will display information about the request. This parameter returns the following response:

REGION jobname jobnumber cci-id status [ACT# nnnn STMT# nnnn action element-type]

The cci-id status is BUSY, AVAILABLE, or UNINITIALIZED. If the action request region is BUSY then the action number, statement number, action being performed, element being acted upon and the element type are displayed.