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

Getting Resp 14 for 'EXEC CICS LINK' call


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

New User


Joined: 19 Dec 2007
Posts: 4
Location: chennai

PostPosted: Wed Dec 19, 2007 8:19 pm
Reply with quote

Hi all,
I have created a program with PLICICS for a background processing of an online call.
This is program is tested regressively and all went fine at unit testing and system testing.
But now in Performance testing, I'm getting Resp as 14 in a 'EXEC CICS LINK' call.

I'll explain the scenario,
-> 'EXEC CICS LINK' call is the first call in the program.
-> In performance testing, 5 transactions were tried to run concurrently, among which all got abended.
-> Last three transactions gave the above said error.
-> First one is input data error.
-> Second one is the Duplicate record error for the file. I know the reasons for this error.

Note: I'm working on CICS only for the past few weeks. I'm somewhere in between 'Beginner' and 'OK' when it comes for CICS.

Hope I'll get to solve this issue as soon as possible.
Thanks in advance.
Back to top
View user's profile Send private message
Deru Sudibyo
Currently Banned

New User


Joined: 30 Nov 2007
Posts: 6
Location: Indonesia

PostPosted: Sat Dec 22, 2007 7:09 am
Reply with quote

Did you specified SYNCONRETURN option? If so then should not be executed concurrently which potentially cause its mirror task in remote system was overlapping. Execution time of LINKing program with SYNCONRETURN option must not overlap with its mirror task.

What is MROFSE=? If YES, probably there was oberlapping of task life time which caused one or more mirror task was active when LINK with SYNCONRETURN was issued.

Otherwise, is either program issuing LINK or targeted reentrant? If so, try make it reentrant. Non reentrant program probably causes extra time for loading process which potentially overlap each other.
Back to top
View user's profile Send private message
Earl

Active User


Joined: 17 Jun 2007
Posts: 148
Location: oklahoma

PostPosted: Thu Dec 27, 2007 8:40 am
Reply with quote

THis sounds unusual,
are you sure eibresp from CICS LINK is 14 ?

or is the program you are linking to getting eibresp of 14


please show a sampling of your source code and where you are
getting the repsonse code 14

icon_rolleyes.gif
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 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
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top