IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Knowing the user of a dataset in use.


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bibek24

New User


Joined: 14 Aug 2007
Posts: 35
Location: Hyderabad

PostPosted: Tue Mar 25, 2008 12:52 pm
Reply with quote

Is there any command to know the user of a dataset that is currently being used.
Back to top
View user's profile Send private message
acevedo

Active User


Joined: 11 May 2005
Posts: 344
Location: Spain

PostPosted: Tue Mar 25, 2008 1:30 pm
Reply with quote

try this:

Code:
TSO ISRDDN ENQ yourfilehere
Back to top
View user's profile Send private message
Subash1988

New User


Joined: 10 Mar 2008
Posts: 10
Location: Chennai

PostPosted: Tue Mar 25, 2008 2:58 pm
Reply with quote

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
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Mar 25, 2008 3:04 pm
Reply with quote

'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
View user's profile Send private message
Subash1988

New User


Joined: 10 Mar 2008
Posts: 10
Location: Chennai

PostPosted: Tue Mar 25, 2008 3:27 pm
Reply with quote

Hi

really u r a senior member!

thanks 4 correcting my mistake Mr. dbzTHEdinosauer,
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Mar 25, 2008 4:19 pm
Reply with quote

Quote:

really u r a senior member!


that beats the hell out of 'picky old fart!'.
Back to top
View user's profile Send private message
Srinivasa Rao

New User


Joined: 21 Jun 2005
Posts: 75

PostPosted: Tue Mar 25, 2008 9:49 pm
Reply with quote

Here is one jes command which tells you who is using the dataset

d grs,res=(*,dataset name)

Try this...
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top