dong dong Wang wrote:

>Is there any way to know the owner or creator of a PDS dataset?

Provided you have logged and preserved the SMF records and setup your RACF to 
record all attempts (successfull or not) to use a dataset, you can extract a 
RACF report to see who created any datasets.

Use the creation date as seen from TSO option =3.4 for example to get your SMF 
records from that day.

Use then RACFRW or IRRADU00 to extract your report.

Something like this RACFRW statements:

  RACFRW  TITLE  ('RACF DSN AUDIT')
  SELECT  PROCESS
  EVENT ALLSVC CLASS(DATASET) NAME (<dsn name>) + 
        INTENT( UPDATE CONTROL ALTER ) 
  LIST SORT(DATE TIME) 
  END

Or search for DEFINE records in IRRADU00's output.

You could examine SMF records type 66, but that is only for cataloged datasets.

HTH!

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to