ibm_zos_core
ibm_zos_core copied to clipboard
[Bug] [zos_job_submit] Incorrect display of DD byte_count
Is there an existing issue for this?
- [X] There are no existing issues.
Bug description
The job is submitted, runs and the the output is proper except for the DD byte_counts are not matching with what's on JES spool.
IBM z/OS Ansible core Version
v1.9.0
IBM Z Open Automation Utilities
v1.2.5 (default)
IBM Enterprise Python
v3.11.x (default)
ansible-version
v2.16.x (default)
z/OS version
v2.5 (default)
Ansible module
zos_job_submit
Playbook verbosity output.
- name: Print DDs from Job {{jobname}} stats debug: msg: - "{{jobdds[item | int].ddname}}" - "{{jobdds[item | int].id}}" - "{{jobdds[item | int].record_count}}" - "{{jobdds[item | int].stepname}}" - "{{jobdds[item | int].byte_count}}" with_sequence: start=0 end="{{jobddl | int-1}}"
Ansible output
JES spool
Ansible configuration.
No response
Contents of the inventory
No response
Contents of group_vars
or host_vars
No response