|
Hi Rolf, Thanks! You're right -- I didn't even know about supplemental groups. Maybe you can answer another question: on the user profile there are group authority and group authority type parameters. Do these apply to each of the supplemental group profiles also? It's been a loonggg time since I was involved in setting up security on an AS/400. Meanwhile, here's the (hopefully) complete CL: PGM (&userprf &groupprf &yesno) DCL &userprf *char 10 DCL &groupprf *char 10 DCL &grpprf *char 10 DCL &supgrpprf *char 150 DCL &yesno *char 1 DCL &gx *dec (3 0) VALUE(-9) RTVUSRPRF USRPRF(&userprf) GRPPRF(&grpprf) SUPGRPPRF(&supgrpprf) IF (&groupprf *eq &grpprf) then(do) chgvar &yesno 'Y' return ENDDO Main10: chgvar &gx (&gx + 10) if (&groupprf *eq %sst(&supgrpprf,&gx,10)) then(do) chgvar &yesno 'Y' return enddo if (&gx < 150) then(goto Main10) chgvar &yesno 'N' RETURN ENDPGM Is it still simpler than the API? Regards, Peter Dow Dow Software Services, Inc. 909 425-0194 voice 909 425-0196 fax ----- Original Message ----- From: "Rolf Mittag" <rm@r-m-e-d-v.de> To: <RPG400-L@midrange.com> Sent: Saturday, November 04, 2000 6:46 AM Subject: Re: Member of group security api > The CL is a lot simpler but incomplete : > > DCL &userprf *char 10 > DCL &grpprf *char 10 > DCL &supgrpprf *char 150 > > RTVUSRPRF USRPRF(&userprf) GRPPRF(&grpprf) SUPGRPPRF(&supgrpprf) > > You have to check the other 15 possibilities too. > > Rolf > > > Dipl.Inf.(FH) Rolf P Mittag > IBM Partner In Development > Leipziger Str. 50 > D-69214 Eppelheim > eMl: rm@r-m-e-d-v.de > Fon: +49 (6221) 76 78 60 > Fax: +49 (6221) 76 80 26 > > > +--- > | This is the RPG/400 Mailing List! > | To submit a new message, send your mail to RPG400-L@midrange.com. > | To subscribe to this list send email to RPG400-L-SUB@midrange.com. > | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: david@midrange.com > +--- +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.