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

What could be wrong in this CICS code.


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

New User


Joined: 07 Apr 2005
Posts: 11
Location: Bangalore

PostPosted: Fri Apr 15, 2005 8:35 pm
Reply with quote

I am a newbie to CICS and mainframe as such.When i execute this code by giving transid T396.MY CICS region goes to a X-WAIT state.What could be wrong.pls let me know.I have attached the BMS associated with the program also.
thanks for your reply in advance.
regards
Manivannan.
Back to top
View user's profile Send private message
ankyhunk

Moderator


Joined: 05 May 2005
Posts: 98
Location: Navi Mumbai, India

PostPosted: Mon May 09, 2005 5:41 pm
Reply with quote

you can debug yr program using Intertest (Debugger for CICS). You may refer - http://ibmmainframes.com/viewtopic.php?t=2358&highlight=
or manuals posted on this site.
Back to top
View user's profile Send private message
Donald123

New User


Joined: 14 May 2005
Posts: 2

PostPosted: Sat May 14, 2005 2:47 pm
Reply with quote

Hello,

During the intitial transaction ur eibcalen will be zero so the execution comes to B0001-SEND-REVI-MAP-PARA this para in this para. after execution of this para you have to return the contol to cics as pseudo conversational method but you have not returned the control back to cics.


Try to add the code wat you have done in B0002-RETURN-TO-CICS-PARA within the B0001-SEND-REVI-MAP-PARA ....

I hope it will work now.....
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 an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top