15 pts.
 AS400 Profile Change Query
Hey guys, can anyone provide me with information to query and produce a report that shows the date and time when a user profile was changed.

Software/Hardware used:
ASKED: January 14, 2009  6:43 PM
UPDATED: January 15, 2009  11:48 AM

Answer Wiki:
Hi, Create a file with information about user profile objects DSPOBJD OBJ(*ALL) OBJTYPE(*USRPRF) OUTPUT(*OUTFILE) OUTFILE(Yourlib/USRPRF) Use Query to select which data you want from the file. Fields ODLDAT & ODLTIM are the last changed date and time. Regards, Martin Gilbert.
Last Wiki Answer Submitted:  January 15, 2009  11:48 am  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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