Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
CEDF & XPEDITOR

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
praneethgokul

New User


Joined: 06 May 2005
Posts: 20
Location: Bangalore

PostPosted: Tue Sep 20, 2005 7:02 pm    Post subject: CEDF & XPEDITOR
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
References
mallikiran

Active User


Joined: 07 Sep 2005
Posts: 52

PostPosted: Wed Sep 21, 2005 4:45 pm    Post subject:
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    Post subject: Re: CEDF & XPEDITOR
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

Active User


Joined: 07 Sep 2005
Posts: 52

PostPosted: Thu Sep 22, 2005 3:15 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1