datasets.zip error - BGYSC3908E Invalid dataset name #59
-
For the first time, trying to use datasets.zip. Seeing BGYSC3908E Invalid dataset name provided: /tmp/gary/asmdb2 datasets.unzip --
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe your call to
As for |
Beta Was this translation helpful? Give feedback.
I believe your call to
Datasets.zip(...)
has the arguments swapped. I was able to create a zipped up PDSE with this code:As for
datasets.unzip(...)
you can only change the HLQ, so the method is requesting an override for the HLQ when you call it. One of the best ways to see what the Python API is teasing at is to take a look at theman
page for the command the API is calling under the…