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

ABEND code AEYR when calling a CICS code form java app


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

New User


Joined: 08 Aug 2007
Posts: 7
Location: India

PostPosted: Mon Aug 13, 2007 8:39 pm
Reply with quote

Hi All,

I'm trying to call a CICS code form my java application using CTG client. But I'm getting the Abend Code = AEYR. Please guide me to resolve this abend.
Plaese let me know the reason for this.

Thanks.

Rahul
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Aug 13, 2007 9:08 pm
Reply with quote

A whole lot of:
ISCINVREQ occurs when the remote system indicates a failure that does not correspond to a known condition.
Back to top
View user's profile Send private message
rahul_krg

New User


Joined: 08 Aug 2007
Posts: 7
Location: India

PostPosted: Mon Aug 13, 2007 9:26 pm
Reply with quote

Hi Williams,

Is there any way to find out the cause for this ABEND code? Will it cause any dump in CICS region? I hope this is not a dangerous abend for CICS regoin, since many abends bring the system down like AICA.

Thanks

Rahul
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Aug 13, 2007 10:07 pm
Reply with quote

AICAs do not bring down the system, the system brings down the run-away transactions with an AICA before they cost too much.....
You need to find what EC function got the AEYR, and then look into what the condition that CICS could not find a known condition to relate it to.
And, no, it is not a dangerous abend....
Back to top
View user's profile Send private message
ramco_sita

New User


Joined: 25 Jun 2007
Posts: 40
Location: chennai

PostPosted: Tue Aug 14, 2007 11:29 am
Reply with quote

Hi

It looks like a SYSIDERR.
check whether your mirror transaction has been given right access to access the linkage program.
u can also put handle condiition in your cics cobol code.
check your msgusrlog of the cics region in TSO for this abend.
In my situation i am getting AEI0 .
We are not sure why this abend is coming. We are using the CTG ECI request on windows using TCPIP to connect to the CICS TS server.
System team is telling that the configuration of our mirrored transaction id is creating this problem
Please let me know if you had fixed that problem..
Mean while we have asked IBm support - if i know something i will keep you informed.
Please let me know the steps that u did to configure the CICS TS server.
Thanks!
ramco_sita
Back to top
View user's profile Send private message
rahul_krg

New User


Joined: 08 Aug 2007
Posts: 7
Location: India

PostPosted: Tue Aug 14, 2007 6:12 pm
Reply with quote

Hi,

After checking for the CICS resource which I was calling in the ECI Request, I found out that VSAM file was not present on the mainframe.

Sita,
I'm new to CICS programming and the CICS configuration part is handled by our mainframe team. So couldn't help you in that part. But when I've got this abend AEIO, it was due to wrong program id called in the ECI request. May be that is the cause in your case.

Thanks for the help.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Aug 14, 2007 6:52 pm
Reply with quote

Glad to hear you found your AERY problem.....

Technically, AEIO is a DUPKEY error......
Back to top
View user's profile Send private message
namitjai

New User


Joined: 12 Feb 2008
Posts: 41
Location: Bangalore

PostPosted: Mon Oct 13, 2008 6:32 pm
Reply with quote

HI All,

I am getting: AICA abend

I am getting this abend when I am trying to refresh the screen by giving following command
EXEC CICS
XCTL PROGRAM('DRIVPGM')
COMMAREA(COMMUNICATION-AREA)
END-EXEC

this I am doing while a user presses F3 for refreshing the page. But I am getting AICA abend after pressing PF3. Can anybody help me over this.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon Oct 13, 2008 7:36 pm
Reply with quote

Quote:
this I am doing while a user presses F3 for refreshing the page. But I am getting AICA abend after pressing PF3. Can anybody help me over this.



Your program logic is looping.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts ISAM and abend S03B JCL & VSAM 10
Search our Forums:

Back to Top