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

debug cics pgm thru expeditor


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

New User


Joined: 22 Jun 2006
Posts: 24

PostPosted: Tue Oct 03, 2006 6:35 pm
Reply with quote

hi,

how to debug cics pgms thru expeditor tool.
can any one tell me step by step?
Back to top
View user's profile Send private message
meetreks

New User


Joined: 28 Sep 2006
Posts: 26
Location: Edinburgh

PostPosted: Tue Oct 03, 2006 6:46 pm
Reply with quote

Steps invloved in running a program in Xped are

1) Compile the source for Xped, directing the debugged source to the approriate DDIO file which is present in your CICS region.

2) Once the compilation is OK, NEWCopy the program in the region.

3) Type XPED XXXXXXXX where XXXXXXXX is the source name.

4) This will take you to the source in Xped, where you can insert break points as approriate.

5) Press <PF4> and in teh resultant screen, just press <ENter>

6) Initate your transaction. This will cause the execution to stop in the break point you have inserted. Use keys <PF9> for stepthrough or <PF12) for complete execution.

Hope this helps.
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