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

Problem issuing Exec CICS LINK after upgrade to 4.2


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

New User


Joined: 24 Oct 2012
Posts: 2
Location: USA

PostPosted: Thu Oct 25, 2012 5:44 pm
Reply with quote

We are confused. Regions supporting one of our applications
receive "RESP = 09909051: RESP2 = 02388760" on the EXEC CICS LINK
call. Other regions converted to CICS V4.2.0 do not experience this
issue. We even had applications just have a display within the
"linked" program and then issue a GOBACK. It still fails with this
return code.

We cannot find the meaning of these return codes. It appears to be
something unique about this application or region settings but do not
know how to pursue this issue.


Can you help us interpret what is happening?

Thanks for your help!...
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu Oct 25, 2012 5:50 pm
Reply with quote

This is the kind of problem where you need to contact the vendor -- IBM -- IMMEDIATELY for help. If there is an issue resulting from the upgrade, they will probably know about it and how to fix it; if this is a new issue then they need to know about it so they can fix it.
Back to top
View user's profile Send private message
Craig Schreoder

New User


Joined: 24 Oct 2012
Posts: 2
Location: USA

PostPosted: Thu Oct 25, 2012 6:33 pm
Reply with quote

We opened a ticket at IBM and they are convinced it is not related to the CICS upgrade. We sent them a trace and our CLER settings. Anyone seen anything like this. We are stumped. Thank you moderator for the quick reply.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Oct 25, 2012 6:46 pm
Reply with quote

In order to test outside of the application-code, try issuing a LINK-API, using transaction CECI, specifying the problem sub-program as well as others.

Have you walked the program through using CEDF?

Do other DFHEIBLK fields get whacked as well, like EIBRCODE?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu Oct 25, 2012 7:42 pm
Reply with quote

This sounds like a mismatch between the length of DFHCOMMAREA in the calling program and subprogram causing EIB fields to be stepped on. As Bill menitoned, using CEDF (or other debugging tool) would be your best place to start figuring out the problem.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Oct 25, 2012 7:57 pm
Reply with quote

Quote:
Regions supporting one of our applications


is this application working correctly in any of the other regions?

what is this application?

you are sure all the other regions are working ok?
have you compared the cics tables of each region?
have you compared the started task jcl?

if other regions are not experiencing the problem,
i can understand why ibm is telling you it is not a conversion problem.

is the code written in cobol with up-to-date cics api calls,
or is this older, assembler, old cics calls?
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 Map Vols and Problem Dataset All Other Mainframe Topics 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 JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top