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

Interactive Testing Using XPEDITER/CICS (request Document)


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

New User


Joined: 20 May 2005
Posts: 11
Location: IRELAND

PostPosted: Tue Jul 26, 2005 6:58 pm
Reply with quote

Hi,

I am struck with a System Error in re-entry for which I need to test the current production version interactively using XPED/CICS.

If anyone has the document I request you to mail to kasibhatla_hari@yahoo.com or post me the link.

Thanks in advance.
With Regards,
-Krish.
Back to top
View user's profile Send private message
manjun

New User


Joined: 13 Jul 2005
Posts: 4

PostPosted: Tue Aug 09, 2005 5:32 pm
Reply with quote

First type XPED in the CICS test region.
Then, in the screen displayed, choose option 2 and enter program name. In the debugging facilities menu enter L(source listing) .
The source code will be displayed. Choose break points where ever you want by entering 'B' on the line number column displayed. Sfter setting breakpoints, press F4 key and press enter key.
Now enter the Transid and start testing your program.

To keep value - Type K followed by space and the variable name u want to keep.

F12 - break-point - break point.
F9 - line by line

if u want to come end program in b/w type ABEND on command line or press F4 and make end session = 'Y'.


hope this will be of little help....
Back to top
View user's profile Send private message
kasibhatla_hari

New User


Joined: 20 May 2005
Posts: 11
Location: IRELAND

PostPosted: Thu Jun 26, 2008 7:57 pm
Reply with quote

Thanks Manju. I could get the doc from library that time and didn't had a chance 2 look at @ ur rep in last 3 years. Thanks again.

manjun wrote:


First type XPED in the CICS test region.
Then, in the screen displayed, choose option 2 and enter program name. In the debugging facilities menu enter L(source listing) .
The source code will be displayed. Choose break points where ever you want by entering 'B' on the line number column displayed. Sfter setting breakpoints, press F4 key and press enter key.
Now enter the Transid and start testing your program.

To keep value - Type K followed by space and the variable name u want to keep.

F12 - break-point - break point.
F9 - line by line

if u want to come end program in b/w type ABEND on command line or press F4 and make end session = 'Y'.


hope this will be of little help....
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 Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top