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

CEDF & XPEDITOR


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

New User


Joined: 06 May 2005
Posts: 20
Location: Bangalore

PostPosted: Tue Sep 20, 2005 7:02 pm
Reply with quote

Hi all,

I got few doubts. Somebody please clarify me.

Thank you in advance.

1. What is the advantage of Xpeditor over CEDF?

2. How can we change the fields in a map dynamically?

Thanks once again.
Back to top
View user's profile Send private message
mallikiran

New User


Joined: 07 Sep 2005
Posts: 49

PostPosted: Wed Sep 21, 2005 4:45 pm
Reply with quote

CEDF is a CICS supplied debugging facility which will insert breakpoints at every CICS instruction. Expeditor on the other hand allows you to insert breakpoints at will.

CEDF displays only those values in EIB. Expeditor allows you to display values of all fields.

Expeditor allows you to skip certain lines during execution. CEDF does not allow this.

Expeditor allows you to debug background tasks as well, i.e. tasks that are not terminal specific. CEDF would not allow this.

Could you please provide more information on what you mean by changing map fields dynamically. Is it in expeditor or in the program or something else.
Back to top
View user's profile Send private message
praneethgokul

New User


Joined: 06 May 2005
Posts: 20
Location: Bangalore

PostPosted: Wed Sep 21, 2005 5:36 pm
Reply with quote

hi mallikiran

Thank you.

I mean to ask what is how can we change the fields in a map while the program is getting executed?
Back to top
View user's profile Send private message
mallikiran

New User


Joined: 07 Sep 2005
Posts: 49

PostPosted: Thu Sep 22, 2005 3:15 pm
Reply with quote

I am assuming your question is how to change the values in map fields using expeditor.

Two ways to do this:
1. Find the variable in the working storage and hit a K next to hit. This would permanently display the value during execution. Now place a breakpoint before the map is sent. During execution, when the code stops at this breakpoint, change the value and then press PF12 to continue execution till the next breakpoint.

2. Place a breakpoint at the line that populates the map field. During execution, when the code stops at this breakpoint, press PF9 to execute this line and stop at the next line. Now, the value in the map field is displayed at the top of the screen. Change the value and then press PF12 to continue execution till the next breakpoint.
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 XPEDITOR FOR C Program setup Compuware & Other Tools 2
No new posts FETCH PROTECTED AREA error in Xpeditor COBOL Programming 6
No new posts Xpeditor: Remote BREAK/ABEND is no lo... Compuware & Other Tools 2
No new posts Problem in debugging in Xpeditor CA Products 18
No new posts Problem with Changeman-XPEDITOR All Other Mainframe Topics 2
Search our Forums:

Back to Top