You may want to activate job accounting and then look at the output it saves. I have a daily job that lists the detail, mostly to look for unusual activity. Its helped identify some users I wasn't aware of on a daily basis. To turn job accounting on: 1) CRTJRNRCV JRNRCV(QGPL/QACGJRN001) TEXT('Job accounting 9/15/95 -') 2) CRTJRN JRN(QSYS/QACGJRN) JRNRCV(QGPL/QACGJRN001) TEXT('job accounting') 3) CHGSYSVAL SYSVAL(QACGLVL) VALUE(*JOB) This detail can be found in manual: distributed relational database guide, SC41-0025 page 6-20. To capture job accounting detail in a usable file format: QAJBACG format QWTJAJBE. CRTDUPOBJ QAJBACG from QSYS to wherever. Then DSPJRN to an outfile, The DSPJRN to the default outfile will not give the detailed format. Trevor Lazarus