In what scenario is the user deleting libraries? Does the user have access to a command line and is this an unrestricted user? Like a developer?
You can deny access to the DLTLIB command. But this does not stop all delete scenarios. You would also need to deny access to the DLTOBJ command, but then the user would not be able to delete anything with this command.
Paul
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of John Mathew
Sent: Wednesday, January 02, 2013 10:51 AM
To: Midrange Systems Technical Discussion
Subject: Re: Restrict User
Thanks,
If I don't want user id to delete any libraries then?
John
________________________________
From: Jeff Young <jyoung0950@xxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Sent: Wednesday, 2 January 2013 8:45 AM
Subject: Re: Restrict User
Use the command:
GRTOBJAUT OBJ(LIBRARY)
OBJTYPE(*LIB)
USER(USER)
AUT(*EXCLUDE)
where LIBRARY is your library name.
On Wed, Jan 2, 2013 at 11:38 AM, John Mathew <johnmathew400@xxxxxxxxx>wrote:
I want to restrict a particular user ID for deleting a libraries.
he should not have access to delete the library.
Can some one please guide or suggest.
Thanks in advance.
John
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take
a moment to review the archives at
http://archive.midrange.com/midrange-l.
--
Jeff Young
Sr. Programmer Analyst
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.