Viewing the execution status of a task ID
Use the following procedure to view the execution status for a task ID by viewing the sync table entries. Sync table entries are created by CM/PILOT at various intervals during worklist processing. They are used to mark restart points in case of a failure during processing. By viewing the sync table entries you can see the processing status of a CM/PILOT worklist and determine a point of failure if you must correct an error.
- On the BMC AMI Change Manager for Db2 Main Menu, select CM/PILOT, and press Enter.
- On the CM/PILOT Main Menu, select TASKIDs and press Enter.
On the TASKID Action Menu, type the name of a TASKID or a specify a wildcard pattern and select View Execution Status of a TASKID. Then, press Enter.The TASKID Execution Status panel is displayed, as shown in the following figure.
AUCFSYNC -------------------- TASKID Execution Status ------------------------
Command ===> SCROLL ===> PAGE
TASKID : DEM.TEST112 Status : Execution Complete
Executor : DEMB Sync Points 1 to 12 of 12
Sequence Step Sync Point More: >
************************************** TOP ************************************
000500 -SYNC START OF EXECUTION
000600 -COMP SYNC POINT AT DISCONNECT
000700 -SYNC END OF COMPARE SECTION
000800 -IMP SYNC POINT AT DISCONNECT
000900 -SYNC END OF IMPORT SECTION
001000 -ANLY SYNC POINT AT DISCONNECT
001000 -ANLY SUBTASK ALUAMAIN RC NOT 0, RETURN CODE WAS: X'00000004'
001100 -SYNC END OF ANALYSIS SECTION
001200 -BJCL SYNC POINT AT DISCONNECT
001300 -SYNC END OF BATCH JCL SECTION
001800 -SYNC END OF EXECUTION SECTION
999999 -SYNC EXECUTION COMPLETED SUCCESSFULLY
************************************* BOTTOM **********************************The following table describes the fields on the TASKID Execution Status panel.
Field
Description
Executor
User ID of the person who submitted the CM/PILOT worklist for processing
Sequence
Sequence numbers of the sync points in the CM/PILOT worklist
Sync points are identified by the -SYNC command in the worklist.
Status
Status of the CM/PILOT worklist processing job
The following statuses are valid for the job:
- Exec Strt (Execution started)
- Exec Comp (Execution complete)
Step
The CM/PILOT worklist command that is in effect
Sync Point
The text of the -SYNC command in the CM/PILOT worklist
TASKID
The name of the task ID that is associated with the CM/PILOT worklist
Related topic