How do you display which users have what rights on a particular library? I want to display all user rights for a particular library.
Asked
Active
Viewed 722 times
1 Answers
1
From a 5250 session, use the Display Object Authority (DSPOBJAUT) command
DSPOBJAUT OBJ(MYLIB) OBJTYPE(*LIB)
From the iNav or web based GUI, Databases-->schemas--> right click on the MYLIB object and select permissions.

Charles
- 311
- 1
- 7