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.
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 ....