View previous topic :: View next topic
|
Author |
Message |
bibek24
New User
Joined: 14 Aug 2007 Posts: 35 Location: Hyderabad
|
|
|
|
Is there any command to know the user of a dataset that is currently being used. |
|
Back to top |
|
|
acevedo
Active User
Joined: 11 May 2005 Posts: 344 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
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
'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
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
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: 75
|
|
|
|
Here is one jes command which tells you who is using the dataset
d grs,res=(*,dataset name)
Try this... |
|
Back to top |
|
|
|