Replies: 1 comment 2 replies
-
|
What version of ZOAU are you using? |
Beta Was this translation helpful? Give feedback.
2 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'm trying to read a jobs print out that has been successfully run with zoautils_py in a script with zoautil_py.jobs.read_output(job_id, stepname="'*'", dd_name="", **kwargs). Unfortunately as part of the output there is a undecodable byte:
Output retrieval failed. Error: 'utf-8' codec can't decode byte 0x8d in position 132: invalid start byte.
While reading the HEX representations of the output on z/OS it shows up as 00. z/OS can handle this well but unfortunately zoautils_py cannot.
I would like to get the binary encoding of the output back in binary so I can handle the decoding myself, but unfortunately there is no parameter to :/
Has anyone expereinced this error or have any tips on how to solve?
Beta Was this translation helpful? Give feedback.
All reactions