View previous topic :: View next topic |
Author |
Message |
toharmeet Beginner
Joined: 11 Apr 2007 Posts: 8 Topics: 3
|
Posted: Wed Apr 18, 2007 10:58 pm Post subject: How to stop when a call to a module using CEDF |
|
|
Can someone pls tell me how do i put the stop conditions when i need to stop at a particular module in the called chains in a transaction.
for eg. My transaction calls PGM1 and in the chain i need to CEDF when i reach PGM26, how do i put stop conditions so that directly the cedf stops at PGM26.
Thanks in advance |
|
Back to top |
|
 |
CICS Guy Intermediate
Joined: 30 Apr 2007 Posts: 292 Topics: 3
|
Posted: Tue May 01, 2007 2:55 am Post subject: |
|
|
Sorry, CEDF is not expiditer.... |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Wed May 02, 2007 1:12 am Post subject: |
|
|
I think you can do this, but I do not normally do it, so I can not tell you how. Guess you will have to look at the documentation on the CICS supplied transactions. |
|
Back to top |
|
 |
blitz2 Beginner

Joined: 23 Jan 2007 Posts: 84 Topics: 14
|
Posted: Wed May 02, 2007 7:37 am Post subject: |
|
|
well, there may be some way to go till the first CICS command being executed for PGM26. But there is no way you can make it stop at program entry like Xpeditor. CICS guy said it right.
________
Extreme Q Vaporizer
Last edited by blitz2 on Thu Mar 10, 2011 5:30 pm; edited 1 time in total |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Wed May 02, 2007 8:20 am Post subject: |
|
|
Take a look at the CEDX transaction, maybe that will help you out. |
|
Back to top |
|
 |
blitz2 Beginner

Joined: 23 Jan 2007 Posts: 84 Topics: 14
|
Posted: Wed May 02, 2007 8:23 am Post subject: |
|
|
CEDX -- transaction not found on my installation! Is that specific to your shop?
________
NO2 VAPORIZER REVIEW
Last edited by blitz2 on Thu Mar 10, 2011 5:30 pm; edited 1 time in total |
|
Back to top |
|
 |
CICS Guy Intermediate
Joined: 30 Apr 2007 Posts: 292 Topics: 3
|
Posted: Wed May 02, 2007 11:09 am Post subject: |
|
|
CEDX (IIRC) is CEDF but instead of a terminal you point it to a transaction. |
|
Back to top |
|
 |
toharmeet Beginner
Joined: 11 Apr 2007 Posts: 8 Topics: 3
|
Posted: Wed May 02, 2007 10:36 pm Post subject: Thanks for the information. |
|
|
I have found the solution .I cant go to the module i want and stop but I can stop on specific link or xctl statement.
By setting the stop conditions with syntax "LINK" and the press F4 to supress the displays till I reach the appropriate link .
This would atleast reduce the wait time. |
|
Back to top |
|
 |
CICS Guy Intermediate
Joined: 30 Apr 2007 Posts: 292 Topics: 3
|
Posted: Thu May 03, 2007 1:44 am Post subject: |
|
|
Clarity is everything. There is a difference between "CALL" and "LINK". LINKs can be caught by CEDF while CALLs can't.
If you can recompile and test, you might find some EC command tha is harmless but not used in the program and insert it prior to the LINK to PGM26 and set the initial STOP condition to it. |
|
Back to top |
|
 |
|
|