Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CICS transaction gateway ECI call

Status
Not open for further replies.

kicks1

Programmer
Aug 18, 2004
1
TW
Hi,

I am trying to make an ECI call from COBOL pgm (non-cics) to access CICS program. This pgm further calls more CICS pgms.
When I try to manipulate the values of these CICS pgms, I get an abend with the ECI call."ECI-ERR-TRANSACTION-ABEND".

Ex: PgmA--makes an ECI call --> PgmB --> Links-->PgmC

While calling PgmC , I have hardcoded certain values which are actually passed in the linkage from B to C. This results in the abend. Can someone throw more light on this abend and more on ECI call from non-cics COBOL pgms.Any reference material other than IBM CICS transaction gateway material is welcome.

Thanks,
Sai.
 
Might be more of a COBOL problem than a CICS one. When you say hard coded linkage values, do you mean like
Code:
CALL MYSUB-PROG
   USING DFHEIBLK
         'HARD CODED PARM'.
?

Can you post the code fragment that you think is causing the problem?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top