40 pts.
 as400 auditing
how to display what are the userprofiles deleted ?

Software/Hardware used:
as400
ASKED: August 9, 2010  3:34 PM
UPDATED: August 9, 2010  10:56 PM

Answer Wiki:
First, review the answer to <a href="http://itknowledgeexchange.techtarget.com/itanswers/reply-list-entry/">Is there any way to tell who added a record to the system reply list?</a> That item describes a method of looking for a different kind of audit journal entry, but the method is the same. The differences are:<ol> <li>Start with model file QASYDOJ5 from QSYS and create the duplicate as JDO in QTEMP (or whatever name you choose.)</li><li>Select entry type "DO" to get "Deleted Objects" and put them into the JDO file you created.</li><li>Run the query over your JDO file.</li> </ol> However, your JDO file is likely to be much larger than in the other question. You might want to use SQL or other means to select only records that meet a DOOTYP = '*USRPRF' criterion. Tom
Last Wiki Answer Submitted:  August 9, 2010  10:56 pm  by  TomLiotta   107,835 pts.
All Answer Wiki Contributors:  TomLiotta   107,835 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _