× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



And I do agree that one should use authorization lists instead. One
reason being you can change who can look at the file even while the file
is in use. Another being is you can use the same authorization list for
multiple files.

For example do the following
CRTAUTL AUTL(MYAUTL)
CHGAUTLE AUTL(MYAUTL) USER(*PUBLIC) AUT(*EXCLUDE)
ADDAUTLE AUTL(MYAUTL) USER(SUSIE) AUT(*USE)
... repeat for each user and their particular level

GRTOBJAUT OBJ(MYLIB/MYFILE) OBJTYPE(*FILE) AUTL(MYAUTL)
or
GRTOBJAUT OBJ(MYLIB/*ALL) OBJTYPE(*FILE) AUTL(MYAUTL)

GRTOBJAUT OBJ(MYLIB/MYFILE) OBJTYPE(*FILE) USER(*PUBLIC) AUT(*AUTL)
or
GRTOBJAUT OBJ(MYLIB/*ALL) OBJTYPE(*FILE) USER(*PUBLIC) AUT(*AUTL)

And when you do
EDTOBJAUT OBJ(MYLIB/MYFILE) OBJTYPE(*FILE)
There should be no other users. They should be in the *AUTL.



Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.