PDA

View Full Version : Compare User Profiles to Application Security



Guest.Visitor
01-01-1995, 02:00 AM
I know this has been discussed before, but I did a search and can not find it. I want to compare the User Profiles on the system to user profiles on our application security. I have the application security file, but can't remember where/how to get the AS/400 user profiles to a file. Help the brain dead! Thanks in advance

Guest.Visitor
10-20-2000, 08:23 AM
Do a DSPUSRPRF to an *OUTFILE.

nycsusan@hotmail.com
10-20-2000, 08:50 AM
===> DSPUSRPRF USRPRF(*ALL) OUTPUT(*OUTFILE) OUTFILE(YourLibraryName/YourFileName)