|
|
| Author |
Message |
bibek24
New User
Joined: 14 Aug 2007 Posts: 15 Location: Hyderabad
|
|
|
|
| Is there any command to know the user of a dataset that is currently being used. |
|
| Back to top |
|
 |
References
|
Posted: Tue Mar 25, 2008 12:52 pm Post subject: Re: Knowing the user of a dataset in use. |
 |
|
|
 |
acevedo
Active User
Joined: 11 May 2005 Posts: 257 Location: Spain
|
|
|
|
try this:
| Code: |
| TSO ISRDDN ENQ yourfilehere |
|
|
| Back to top |
|
 |
Subash1988
New User
Joined: 10 Mar 2008 Posts: 10 Location: Chennai
|
|
|
|
Hi
Give 'whoowns' or 'whosgot' in the left side of the dataset name. or press F1 twice if it shows dataset in use |
|
| Back to top |
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1067 Location: germany
|
|
|
|
'whoowns' or 'whosgot' are site specific and probably invoke isrddn.
'left side of the DSN'? If you are going to give info, at least provide the complete story. Apparently you mean that you can enter the rexx/clist command 'whoowns/whosgot' as a line command in the ispf 3.4 screen.
PF1 twice when 'dataset in use' is mvs.
nice thing about <TSO ISRDDN ENQ dsn> is that you can enter this on any command line, without invoking the 3.4 screen. |
|
| Back to top |
|
 |
Subash1988
New User
Joined: 10 Mar 2008 Posts: 10 Location: Chennai
|
|
|
|
Hi
really u r a senior member!
thanks 4 correcting my mistake Mr. dbzTHEdinosauer, |
|
| Back to top |
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1067 Location: germany
|
|
|
|
| Quote: |
really u r a senior member!
|
that beats the hell out of 'picky old fart!'. |
|
| Back to top |
|
 |
Srinivasa Rao
New User
Joined: 21 Jun 2005 Posts: 48
|
|
|
|
Here is one jes command which tells you who is using the dataset
d grs,res=(*,dataset name)
Try this... |
|
| Back to top |
|
 |
|
|