View previous topic :: View next topic
|
Author |
Message |
psriv20 Currently Banned New User
Joined: 25 May 2009 Posts: 19 Location: Pune
|
|
|
|
Hi,
I need help to know dataset owner or PDS owner .I used LC command to know all information but it shows dataset owner = null.Please help me. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
z/OS does not have the concept of owner of a data set. You may be able to find out who allocated the data set (but not always), but unless the site standards give you owner information in the data set name, there's really no way to know this. Unix System Services files are quite different but they don't support PDS so I assume you're not asking about USS files. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
I guess it depends on the context of ownership.
The person / job that created the dataset.
The data owner responsible for allowing access to data. (Assumes a correctly set up security dept.)
The data owner who gets billed for using storage media. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Quote: |
The data owner who gets billed for using storage media. |
And this is very often managed by naming standards that allocate datasets by business unit - typically by a high level qualifier of the dataset name. |
|
Back to top |
|
|
psriv20 Currently Banned New User
Joined: 25 May 2009 Posts: 19 Location: Pune
|
|
|
|
I got a task to track who created a dataset in some environment.I trying to know it but didn't get something usefull.Suppose I created a dataset PROD00.UI.INPUT.ID12MP.DATA...So how another person knows who created this???..I used LC command to know it but it doesn't show dataset creator.
Thanks |
|
Back to top |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
SMF and/or RACF contain that kind of info. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
The LISTCAT output gives the date created. If you have the SMF data for that date, you can find out who (which TSO user id or batch job) created the data set. This is not an "owner" but merely who created the data set. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
And what is this "LC command" you're talking about since start? |
|
Back to top |
|
|
PeterHolland
Global Moderator
Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
The LC line command converts all uppercase characters on a line or range of lines to lowercase |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
PeterHolland wrote: |
The LC line command converts all uppercase characters on a line or range of lines to lowercase |
Quote: |
To know dataset owner or PDS owner |
Coffee looks to dark on PC! , I should switch to tea, I believe. |
|
Back to top |
|
|
psriv20 Currently Banned New User
Joined: 25 May 2009 Posts: 19 Location: Pune
|
|
|
|
LC means List Cat command ..Type LC on the left of ant dataset and get the information. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
psriv20- LC should be site specific, it does not work at my shop and probably on many other. |
|
Back to top |
|
|
|