Replies: 2 comments 2 replies
-
As I understand, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for the fast response! I was also looking for a feature to handle z/OS packed decimal data, but did not see anything for that either. From my reading about zoau, it seems we are still at the "getting started mode" with zoau 1.2. I have been using z/OS Java and the JZOS feature, it can import COBOL copybooks into Java and I think I'm going to continue to use that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have just started using Python on z/OS, and have been working with the zoau v1.2.6.0 provided samples.
I have been reviewing zoau's datasets and zoau_io modules. I have successfully worked with z/OS datasets using the datasets.read() and datasets.write() methods. I have also successfully used the zoau_io read method to read a z/OS dataset. The zopen class states write is an option. However, I can't seem to figure out the zoau_io write() method. I have received messages stating that "the object has no attribute 'write'.
I don't see a write() method in the zoau_io documentation, and I'm just wondering if I have missed something, or if it is not provided yet? The datasets module seems to have what I need though.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions