Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do is disply the current rights for each user class

Status
Not open for further replies.

weigoldk

MIS
Jan 12, 2001
249
0
0
US
I need to find out what rights each of our user classes holds--specific to my i5.

*USER
*SYSOPR
*PGMR
*SECADM
*SECOFR

Thanks in advance for any help you can toss my way.

 
DSPUSRPRF USRPRF(*ALL) TYPE(*BASIC) OUTPUT(*OUTFILE) OUTFILE(QTEMP/TEMP1)
doing this command will create a file named temp1, in the library qtemp,, now you can change the command to fit your needs,, then you can do what you want with your file..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top