The total number of emergency task deployments into each target system on any selected date. A task is considered to be an emergency if it’s priority is set to Emergency / Urgent.
Parameters
MAXRETCODE=8
TARGET_ROLES=D,Q,P
Documentation of operation and logic
Counts the the total number of emergency task deployments on any given date.
A task is considered to be an emergency if it’s PRIORITY is set to 4 (Emergency / Urgent, etc.)
A task is considered to be deployed if any of it’s component transports have been imported.
Includes tasks with transports imported into target systems:
- With roles specified in TARGET_ROLES (D, Q, P)
- With an import return code up to MAXRETCODE (8 – Includes success (0), warnings (4), errors (8))
If a task has transports that have been imported into 3 different target systems on a specific date this will count as 3 task deployments
Post your comment on this topic.