Field - transaction_inel_delay_time_mean
Mean transaction not-affinity-related delay time
- Map: R723SCS
- Based on: transaction_inel_delay_time, transaction_total_count
Mean transaction not-affinity-related delay time, i.e. time batch jobs spend on job queue (after JCL conversion) while ineligible to run on any system for reasons other than resource affinities. Only applies to batch work. Zero for other work types.
The field is created using the following pseudocode:
transaction_inel_delay_time_mean = transaction_inel_delay_time / transaction_total_count * 1024 / 1e6