1

How do you display which users have what rights on a particular library? I want to display all user rights for a particular library.

Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93

1 Answers1

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