Combined iSeries/JDE (World) Security report

Frosty the Coder

Legendary Poster
I was asked for a listing of user profiles showing IBM and JDE security settings (menu, mask, etc).
I need this listing to list only *ENABLED users.

I dug at the G94x menus and didn't see anything helpful.
I dug at the CMDSEC, CMDPRF, and CMDUSR commands, again not finging what I want.
I dug at DWV and found P0092P which prints the JDE data, but doesn't join to IBM-land.

Any ideas on how to do this?

(I realize that I could modify P0092P to call the CLP "RTVUSRPRF" to return the status,
BUT I don't feel like doing so (at this point))

Please AND Thanks
Gene
A7.3.11
 
if you do a dspusrprf and use outfile then you will have all your as400 user-id settings including UPSTAT.
DSPUSRPRF USRPRF(*ALL) OUTPUT(*OUTFILE) OUTFILE(YOURLIB/YOURFILE)
hope this helps
 
Another option is PRTUSRPRF (GO SECTOOLS, option 49).

Cheers,

Emmanuel
 
TYVM, that is what I was looking for AND overlooking
blush.gif
.
Thanks ALSO to the jdeLister who replied, w/the same answer, via email.
 
Back
Top