× 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.



I'm in the root file system. I threw together an example of what I'm seeing just to make sure we are talking about the same things. And I'm on V7R3 btw.

https://code.midrange.com/076773896a.html


________________________________
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> on behalf of Michael Quigley <MichaelQuigley@xxxxxxxxxx>
Sent: Monday, December 30, 2019 1:02 PM
To: 'Midrange Systems Technical Discussion' <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: mkdir() API and IFS authorities

Kevin,

Which file system are you working in? This is starting to sound familiar to
me. I'm working in a folder off of the Root directory in the IFS. I kind of
recall different behavior in different file systems--but I could be
mistaken.

I would agree it seems off from the documentation because the flags that add
up to the mode are for (R)ead, (W)rite, and e(X)ecute. I don't see how that
can translate to *OBJEXIST, etc. So I've been sitting here at my desk
pondering what's happening. I think it's time for a PMR (or rather a case or
ticket or whatever it's called these days). I'll post an update when I get
IBM's take on this.

Thanks,
Michael Quigley
Computer Services
The Way international
www.TheWay.org<http://www.TheWay.org>




-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf
Of Kevin Bucknum
Sent: Monday, December 30, 2019 1:25 PM
To: Midrange Systems Technical Discussion <midrange-
l@xxxxxxxxxxxxxxxxxx>
Subject: RE: mkdir() API and IFS authorities

That is backwards of what I'm seeing, and backwards of what is documented.
Object authority is inherited from the parent directory for me, and when I
make changes to flags I'm passing to the mode, my data authorities change.
https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_72/rzarl/rzarla
uthobjdrt.htm


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx] On
Behalf Of Michael Quigley
Sent: Monday, December 30, 2019 11:52 AM
To: 'Midrange Systems Technical Discussion' <midrange-
l@xxxxxxxxxxxxxxxxxx>
Subject: RE: mkdir() API and IFS authorities

Kevin,

Thanks, but that's pretty much what my code does and only the DTAAUT is
not set--only the OBJAUT.

Michael Quigley
Computer Services
The Way international
www.TheWay.org<http://www.TheWay.org>


-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf
Of
Kevin Bucknum


Setting the mode works fine for me. This is a snippet from some old
code, but it works for me.
c Eval Mode = S_Irusr + S_Iwusr
C + S_Irwxo
C If Mkdir(%addr(@Path):Mode) < 0
C Callp DspError('Makedir')
C Endif



-----Original Message-----[Michael Quigley]


I think I've done this before, but I'm at a loss as to how to set the
DTAAUT
authority for a folder I'm creating with the mkdir() API. I can easily
set
the
object authorities, but without data authorities the new folder is
worthless.



Thanks,

Michael Quigley

Computer Services

The Way international

www.TheWay.org<http://www.TheWay.org> <http://www.theway.org/>


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com


[https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin
Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com



CONFIDENTIALITY NOTICE

This document and any accompanying this email transmission contain
confidential information, belonging to the sender that is legally
privileged.
This information is intended only for the use of the individual or entity
named above. The authorized recipient of this information is prohibited
from disclosing this information to any other party and is required to
destroy
the information after its stated need has been fulfilled. If you are not
the
intended recipient, or the employee of agent responsible to deliver it to
the
intended recipient, you are hereby notified that any disclosure, copying,
distribution or action taken in reliance on the contents of these
documents is
STRICTLY PROHIBITED. If you have received this email in error, please
notify
the sender immediately to arrange for return or destruction of these
documents.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com



[https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com



CONFIDENTIALITY NOTICE

This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.