ramkrishnapally
Programmer
Hi,
I'm facing a problem that might have a very simple solution. Unfortunately, I don't know the solution.
I have a REXX program which uses a panel. I'm using the following statement to define the panel library.
"ISPEXEC LIBDEF ISPPLIB DATASET ID('SXKMOU.REXX.SKELLIB')"
FYI, SXKMOU.REXX.SKELLIB is a common library that is accessible by all the users in normal conditions.
Even when the program execution is over, this dataset is not released from my user id and hence when someone else tries to use this library for some other purpose they are not able to.
What can I do to release this library from my user id once my program execution is over.
Thanks in advance.
I'm facing a problem that might have a very simple solution. Unfortunately, I don't know the solution.
I have a REXX program which uses a panel. I'm using the following statement to define the panel library.
"ISPEXEC LIBDEF ISPPLIB DATASET ID('SXKMOU.REXX.SKELLIB')"
FYI, SXKMOU.REXX.SKELLIB is a common library that is accessible by all the users in normal conditions.
Even when the program execution is over, this dataset is not released from my user id and hence when someone else tries to use this library for some other purpose they are not able to.
What can I do to release this library from my user id once my program execution is over.
Thanks in advance.