zoautil_py.datasets.read of a z/OS dataset #57
-
Hello, datasetGG = datasets.read(N1) zfswith open("examples.txt", "r", encoding="latin-1") as GG: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I feel like a stalker responding to all of your inquiries. To iterate over a dataset with
I know it's not a fancy iterable, but maybe our friends in the ZOAU dev team could make this return an iterable? |
Beta Was this translation helpful? Give feedback.
I feel like a stalker responding to all of your inquiries. To iterate over a dataset with
datasets.read
, I do this:I know it's not a fancy iterable, but maybe our friends in the ZOAU dev team could make this return an iterable?