Hey Rob 
Really thanks bro. I will do it and will let you know the results......
Thanks 
Ali
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Rob
Berendt
Sent: Tuesday, August 01, 2017 4:46 PM
To: Midrange Systems Technical Discussion
Subject: RE: DISPLAY USER PROFILE
And, IDK how many releases of the OS this goes back but you might want to 
look at
GO SECTOOLS
If you were on a currently supported version of the OS (which I know 
you're not) you could try this:
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%2
0i%20Technology%20Updates/page/QSYS2.USER_INFO%20catalog
While you cannot do
WRKUSRPRF OUTPUT(*PRINT)
You can do
DSPUSRPRF USRPRF(*ALL) OUTPUT(*OUTFILE) OUTFILE(QTEMP/USERLIST)
and then build a query against that.  You can then do
CPYTOIMPF FROMFILE(QTEMP/USERLIST) 
          TOSTMF('/home/ALI/userlist.csv')
          STMFCCSID(*PCASCII) 
          RCDDLM(*CRLF) 
          FLDDLM(',') 
Download that CSV file and give that to your auditors to open up in Excel.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.