Well, under CICS - except perhaps L8 which might set a TCB level ACEE, you are
not going to get the users permission, you will be getting the CICS STC
permission. So the answer will be wrong.

I am not sure which CICS control block contains the ACEE pointer, but if you
are  already going to do an ADDRESS ACEE you may as well use INQUIRE SECURITY.

You stated that you receive 0 for authorized users. Are you getting 8 for
those not authorized? Is the message correct?

Is the program doing this defined as threadsafe? At your client?

I personally would add DECOUPL=YES to the RACROUTE.n Just in case they have a
table.


On Tue, 12 Dec 2023 02:49:18 -0600 John Blythe Reid <[email protected]>
wrote:

:>Thanks Binyamin,
:>
:>Here are the macros:
:>
:>         RACROUTE REQUEST=AUTH,   
:>               CLASS=(R2),        
:>               ENTITY=((R3),NONE),
:>               STATUS=ACCESS,     
:>               WORKA=(R5),        
:>               RELEASE=1.9,       
:>               MF=(E,(R1))        
:>
:>RACLST   RACROUTE REQUEST=AUTH,
:>                GENERIC=YES,    
:>                RELEASE=1.9,    
:>                MF=L            

--
Binyamin Dissen <[email protected]>
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to