You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use system symbols in the names of our dsnames handled in zAppbuild because our scripts need to be contextual to the z/OS partition it is running on.
zAppbuild, or more specifically the DBB API, makes use of BPXWDYN for file allocations.
We have attempted to allocate files whose dsname includes system symbols, but our attempts so far have failed.
Do you know if this is possible?
If we can't create a file with a system symbol in the dsname, do you know if there is an API to query these system symbols?
We tried to use the JZOS API JesSymbols.extract, but it doesn't return what we expect as information.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
We would like to use system symbols in the names of our dsnames handled in zAppbuild because our scripts need to be contextual to the z/OS partition it is running on.
zAppbuild, or more specifically the DBB API, makes use of BPXWDYN for file allocations.
We have attempted to allocate files whose dsname includes system symbols, but our attempts so far have failed.
Do you know if this is possible?
If we can't create a file with a system symbol in the dsname, do you know if there is an API to query these system symbols?
We tried to use the JZOS API JesSymbols.extract, but it doesn't return what we expect as information.
Thanks.
The text was updated successfully, but these errors were encountered: