|
|
| Author |
Message |
iampraveena
New User
Joined: 19 May 2006 Posts: 6
|
|
|
|
| How to find the Owner of a PS Dataset ? ? |
|
| Back to top |
|
 |
References
|
|
 |
senman
New User
Joined: 17 Aug 2006 Posts: 18 Location: Chennai
|
|
|
|
You can find the id in the OWNER Column.
Use TSO WHOIS ID to get the owner name - But here you might get the name of the person who has modified recently |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3314 Location: Charlotte,NC USA
|
|
|
|
| senman wrote: |
| You can find the id in the OWNER Column. |
The OWNER column of what? I'm presuming you're referring to the output of a LISTCAT command? |
|
| Back to top |
|
 |
senman
New User
Joined: 17 Aug 2006 Posts: 18 Location: Chennai
|
|
|
|
| use TSO 3.4 option and try F11 key |
|
| Back to top |
|
 |
Sahoo
New User
Joined: 08 Jun 2006 Posts: 49
|
|
|
|
Hi senman,
I do not see the owner attribute when i go to 3.4 and press f11 in the mainframe i use. Is this something customized for you? Can you send the screenshot please? |
|
| Back to top |
|
 |
iampraveena
New User
Joined: 19 May 2006 Posts: 6
|
|
|
|
Hi Senman,
As Sahoo replied, i am not able to see the owner attribute when i go to 3.4 and press f11 in the mainframe i use.
Tracks % , XT Device , Dsorg , Recfm , Lrecl , Blksz , Created , Expires , Referred , Catalog are the info that i get when i press f11 in 3.4
Could you please send the screenshot for the owner field. should we customize for the same. if so, inform us how to do.
Thank you,
Regards,
Praveena. |
|
| Back to top |
|
 |
Deepakgoyal2005
New User
Joined: 22 Mar 2007 Posts: 22 Location: Delhi
|
|
|
|
Screen shot:
| Code: |
Command - Enter "/" to select action Message Volume
Tracks % XT Device Dsorg Recfm Lrecl Blksz Created Expires Referred
Catalog
-------------------------------------------------------------------------------
DEAR.T8539253.HCCS.FFB.DT0708.EXPANDO DHF447
60 81 1 3390 PS FB 100 27900 2008/07/07 ***None*** 2008/07/08
UCAT.WHIRLD
***************************** End of Data Set list **************************** |
ONly these information are displayed ..
No owner for the FFB File is provided ... |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 3183 Location: italy
|
|
|
|
the OWNER ( GROUP/USER ) of a(ny) dataset can be inferred by the High level qualifier
looking at the organization standards for data security/classification...
but in the mvs/zOS terminology there is not such a thing as OWNER
the closest thing ( still a wrong concept IMHO ) is the userid who allocated the dataset...
( but that does not make him/her the OWNER )
USS is a completely different beast in this aspect |
|
| Back to top |
|
 |
Deepakgoyal2005
New User
Joined: 22 Mar 2007 Posts: 22 Location: Delhi
|
|
|
|
But even the userid who allocated the dataset is not available which will solve the purpose.
Please confirm, if we can find the userid who allocated. |
|
| Back to top |
|
 |
Robert Sample
Senior Member
Joined: 06 Jun 2008 Posts: 952 Location: Atlanta, GA
|
|
|
|
| If you have SMF data for the date the dataset was created, you can run through the SMF records to identify the user id or batch job that allocated the dataset. If the SMF data is not available, you cannot identify the user id that allocated the dataset. |
|
| Back to top |
|
 |
|
|