...
AFAIK there is no way to determine who deleted a member. The only thing you
can come close is who openned the dataset for output.
...

In some cases, SMF will show the member name in 14's & 15's.

If, in a Batch Job, you specify the member name is shows up.

If you dynamically allocate a member from a DD, it doesn't show up.

In SASBatch, I have specified:

//DD1 DD DISP=SHR,DSN=dsn(member)
//SYSIN DD *
%include dd1

And seen the member name in the record.

But, when I specify:

//DD1 DD DISP=SHR,DSN=dsn
//SYSIN DD *
%include dd1(member)

The record only has the dsn

[EMAIL PROTECTED]

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to