IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to ADDRESS ACEE apart from CICS ADDRESS ACEE(ACEE-PTR)?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Fri Apr 22, 2016 12:37 am
Reply with quote

Hi All,

As a part of CICS Affinity report, the LOGON program in my application is having

Code:

EXEC CICS
            ADDRESS ACEE(ACEE-PTR)
END-EXEC
IF EIBRESP=0
     SET ADDRESS OF ACEE TO ACEE-PTR
     SET ADDRESS OF ACMB TO
.
.

I know address acee is used for CICS SIGNON purpose(https://www.ibm.com/support/knowledgecenter/mobile/#!/SSGMCP_5.1.0/com.ibm.cics.ts.applicationprogramming.doc/commands/dfhp4_address.html) But as per affinity report, EXEC CICS ADDRESS ACEE is affinity. If anyone worked in CICS HA please let me know how its working without ADDRESS ACEE? How open sytem programs like java are passing id and password to RACF from middleware like SOLA(SERVICE ORIENTED LEGACY ARCHITECTURE),also IBM CTG(CICS Transaction Gateway)?
Back to top
View user's profile Send private message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Fri Apr 22, 2016 11:50 am
Reply with quote

Is there anyway to replace address acee?
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Sat Apr 23, 2016 1:12 am
Reply with quote

Please talk to CICS system programmer on this as we don't know your system set up most of the affinities are resolved by the support staff and not always needs to make a code change.
First check if this really has single point failure issue and check what the program is doing, if it is with DB2 or other databases or not as these RACF /security checks handled differently. also look for CICS ESM for more customization.
I don't see this in none of my programs so certainly something has to do with SIT and the best person which could help you fully on this is your CICS site support.
SOA and others have their own SSL layers to manage the securities
I don't know much to answer unless you put some efforts as directed.
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Sat Apr 23, 2016 3:44 am
Reply with quote

Outside of CICS - PSAAOLD->ASCBASXB->ASXBSENV ASXBSENV contains the address of the ACEE.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top