ibm_zos_core icon indicating copy to clipboard operation
ibm_zos_core copied to clipboard

[Bug] [zos_job_submit] Incorrect display of DD byte_count

Open gngrossi opened this issue 9 months ago • 8 comments

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 image

JES spool image

Ansible configuration.

No response

Contents of the inventory

No response

Contents of group_vars or host_vars

No response

gngrossi avatar May 14 '24 20:05 gngrossi