Replies: 1 comment 2 replies
-
|
So, to add some color to this problem. I'm having the same issue with the provided code. I modified the code to look like the following: On my system, this resulted in: I then issued the raw command in the prompt adding the Hope this helps someone troubleshoot. |
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.
-
Having an issue creating VSAM datasets. Attached is a file from the REPL.
Commands issued:
datasets.create(name=N1, type="KSDS", primary_space="1M", secondary_space="1M", block_size=4096, record_format="FB", record_length=80, key_length=4, key_offset=0)
datasets.create(name=N1, type="ESDS", primary_space="1M", secondary_space="1M", block_size=4096, record_format="FB", record_length=80)
datasets.create(name=N1, type="RRDS", primary_space="1M", secondary_space="1M", block_size=4096, record_format="FB", record_length=80)
ESDS, RRDS, LDS get defined but with an IndexError
datasets.create(name=N1, type="ESDS")
does not get defined with the
ZOAU_datasets.create.txt
IndexError
datasets.create(name=N1, type="KSDS")
thanks
Beta Was this translation helpful? Give feedback.
All reactions