|
Hi, Vern,
Thanks for the "heads up" about this. I have never heard of a *READONLY
attribute before. It is something completely separate from the usual
object authorities and data authorities.
I just ran a test at V7R3, creating a directory:
MKDIR '/home/MSW/test'
Then changed it to add that *READONLY attribute:
CHGATR OBJ('/home/MSW/test') ATR(*READONLY) VALUE(*yes)
Then I signed off and signed-on with a profile that has *ALLOBJ and I
tried this:
RMVDIR '/home/MSW/test'
And, I get this message:
Additional Message Information
Message ID . . . . . . : CPFA1C5 Severity . . . . . . . : 40
Message type . . . . . : Diagnostic
Date sent . . . . . . : 04/03/24 Time sent . . . . . . :
20:28:42
Message . . . . : Object is a read only object. Object is
/home/msw/test.
Cause . . . . . : An operation was requested on read only object
/home/msw/test that is not allowed on a read only object.
Recovery . . . : Attempt to change the object's read only attribute,
using
the Change Attributes (CHGATR) command or Set Attributes (Qp0lSetAttr)
API,
and then try the request again. If the object name is *N, it could not
be
determined which object was read only. Refer to any previously issued
messages.
Bottom
Press Enter to continue.
F3=Exit F6=Print F9=Display message details
F10=Display messages in job log F12=Cancel
But, they told me what to do, right there in the message seen above. :-/
So, since I have *ALLOBJ, I just issued this:
CHGATR OBJ('/home/MSW/test') ATR(*READONLY) VALUE(*no)
and it says:
Attributes changed for 1 objects. 0 objects not changed.
And so now, I issue:
RMDIR '/home/MSW/test'
and it says:
Directory removed.
"A.N..D.... IT'S GONE!"
So, I think I stand by my advice regarding *ALLOBJ. :-)
All the best,
Mark S. Waterbury
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.