Luis, You should become familiar with the "z/OS MVS System Management Facilities (SMF)" manual, SA22-7630-10 for V1R6.0-V1R7.0, http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2G251/
I presume you are asking about which types the statements you show select. Checking on NOTYPE revels that you will store all records *except* those listed, which are 14 to 19 (note the significance of the ":"), 62 to 69 and 99. The excluded record types are, "copy and pasting" from the Contents page: Record Type 14 (0E) -- INPUT or RDBACK Data Set Activity Record Type 15 (0F) -- OUTPUT, UPDAT, INOUT, or OUTIN Data Set Activity Record Type 16 (10) -- DFSORT Statistics Record Type 17 (11) -- Scratch Data Set Status Record Type 18 (12) -- Rename Non-VSAM Data Set Status Record Type 19 (13) -- Direct Access Volume Record Type 62 (3E) -- VSAM Component or Cluster Opened Record Type 63 (3F) -- VSAM Catalog Entry Defined Record Type 64 (40) -- VSAM Component or Cluster Status Record Type 65 (41) -- Integrated Catalog Facility Delete Activity Record Type 66 (42) -- Integrated Catalog Facility Alter Activity Record Type 67 (43) -- VSAM Catalog Entry Deleted Record Type 68 (44) -- VSAM Catalog Entry Renamed Record Type 69 (45) -- VSAM Data Space Defined, Extended, or Deleted Record Type 99 (63) -- System Resource Manager Decisions QED I'm not quite sure what you mean by your second question but now you have a good pointer to where to find the information, I expect the answer is there. Chris Mason ----- Original Message ----- From: "Luis Correia" <[EMAIL PROTECTED]> Newsgroups: bit.listserv.ibm-main To: <[email protected]> Sent: Wednesday, 29 March, 2006 1:03 PM Subject: SMFPRM > Hi to you all, > > in the SMFPRM I found the following: > > SYS(NOTYPE(14:19,62:69,99),EXITS(IEFU83,IEFU84,IEFACTRT, > IEFUSI,IEFUJI,IEFU29),NOINTERVAL,NODETAIL) > /* WRITE ALL EXCEPT DATA MANAGEMENT RECORDS, TAKE EXITS. */ > > What type of events are not being logged ? Who, when, type of access to > datasets are events? > > > Thanks! > -- > Cumprimentos, > > Luís Correia ---------------------------------------------------------------------- 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

