View previous topic :: View next topic |
Author |
Message |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Tue Dec 02, 2008 8:23 am Post subject: how to know the account info for a data set ? |
|
|
Hi,
Is there any possibility to find out the account info of a file that got created ?
We are using diffrent account info(of diffrent customers) in the JCL to create datasets,now some one asked us to find out the datasets that got created under some account ? Is there any possibility to figure it out ?
Thanks
Bprasanna _________________ ----------------
Thanks&Regards
Bprasanna |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Tue Dec 02, 2008 10:08 am Post subject: |
|
|
Do you mean the account info in the job card? I'm not aware of anything that will tie this to dataset creation. Maybe there is but this sounds like a poor way to try manage dataset ownership (if that is the intent). Especially since datasets can be created outside of batch. |
|
Back to top |
|
 |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Thu Dec 04, 2008 1:23 am Post subject: |
|
|
Thank you Tallyman for the info. _________________ ----------------
Thanks&Regards
Bprasanna |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Fri Dec 05, 2008 2:10 am Post subject: |
|
|
The only way I can think of is using SMF records which will (hopefully - depending on your systems settings) record job accounting information and dataset creation information.
Just a question of getting the right info from each SMF record type and merging it up together.
If you have a performance and capacity group - it is possible that they have already extracted all of the information required, just leaving the task of merging the data to produce the desired results. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
|
|