Replies: 11 comments 1 reply
-
Make sure you update your python language bindings to the version that comes with v1.3.0, as well as updating your python code to use the new APIs. There are significant changes with the dataset and jobs classes, so consult the migration guide for details. |
Beta Was this translation helpful? Give feedback.
-
Testing zoau 1.3.0.0 with Python 3.12. bash-5.2$ python3 --version Encountering several issues with datasets:
-- Python 3.12.0 (heads/pyz_dev-3.12:ef647e3673, Oct 31 2023, 19:02:59) [Clang 14.0.0 (build 1465bdb)] on zos
|
Beta Was this translation helpful? Give feedback.
-
Could you provide us with the ZOAU debug output? |
Beta Was this translation helpful? Give feedback.
-
Could you please include more information on the code that is failing? It would be helpful to see the response of Unfortunately, What errors do you get when trying to copy partitioned datasets? |
Beta Was this translation helpful? Give feedback.
-
Example of a copy of a pds and pdse |
Beta Was this translation helpful? Give feedback.
-
Example of a create and _create of a sequential dataset |
Beta Was this translation helpful? Give feedback.
-
Example of a _create of a VSAM KSDS dataset |
Beta Was this translation helpful? Give feedback.
-
Example of a creating a sequential dataset and checking if it exists |
Beta Was this translation helpful? Give feedback.
-
Example of list datasets |
Beta Was this translation helpful? Give feedback.
-
Using the os interface for tsocmd seems to work well.
|
Beta Was this translation helpful? Give feedback.
-
Hello All,
The problem was revealed with the "zoaversion -c" command for diagnostics:
So I have changed my automount policy to mount the file with setuid (the same can be done with BPXPRMxx):
After applying the new automount policy and remounting the filesystem problem was cleared. |
Beta Was this translation helpful? Give feedback.
-
Recently installed Python 3.12 and zoau 1.3.0.0 on z/OS 2.5
Receiving errors trying to create any dataset type although the allocation is successful.
zoau1300_errors.txt
Beta Was this translation helpful? Give feedback.
All reactions