435 pts.
 User Profile Creation Date
How can I get the User Profile Creation Date for all my user profiles in one report?

 

I would be nice if this was in the same report as my DSPUSRPRF report which has all the other parameters I need, but Audit want to see when they were created . . . Don't you just love 'em

 

Thanks in advance

Guy



Software/Hardware used:
OS V5R4 onwards
ASKED: December 22, 2011  2:53 PM
UPDATED: March 17, 2012  5:59 AM
  Help
 Approved Answer - Chosen by Guy553 (Question Asker)

Cool, just did that and dumped them into Excel and used Vlookup.

ANSWERED:  Dec 22, 2011  4:36 PM (GMT)  by Guy553

 
Other Answers:

You can do this to get the creation date.
DSPOBJD OBJ(*ALL) OBJTYPE(*USRPRF) DETAIL(*FULL) OUTPUT(*OUTFILE) OUTFILE(yourlib/yourfile)

If you want everything in one file, then also do this:
DSPUSRPRF USRPRF(*ALL) TYPE(*BASIC) OUTPUT(*OUTFILE) OUTFILE(yourlib/yourfile2)

Now with Query, SQL, a joinfile, or what every you want to use, you can get it all together in one report.

Last Wiki Answer Submitted:  December 22, 2011  4:06 pm  by  CharlieBrowne   33,730 pts.
Latest Answer Wiki Contributors:  CharlieBrowne   33,730 pts.
To see other answers submitted to the Answer Wiki: View Answer History.


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