Replies: 1 comment
-
I got the final hint! There is a typ in the name of the dd statment. It has to be SYSTIN -> works fine! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to restart started tasks controlled by z/OS system automation (netview ?).
Therefore I converted a working jcl to an ansible task:
I just skipped the ingrequest in SYSIN for a minimal example.
Execution of this tasks fails with:
Since I only run a script I tried to use zos_tso_command as well:
This module can execute the batch interface program and tries to read data from SYSIN:
I did not find any way in the documentation to allocate additonal dd statements for zos_tso_commands.
I need help to run batch interface for system automation successfull as an ansible task without submitting a job.
Beta Was this translation helpful? Give feedback.
All reactions