The total number of task deployments into each target system on any selected date.
A task is considered to be deployed if any of its component transports have been deployed. For example, 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.
Parameters
MAXRETCODE=8
TARGET_ROLES=D,Q,P
Documentation of operation and logic
Counts the the total number of task deployments on any given date.
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.