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

CEDF AND CEDX


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

Active User


Joined: 29 Jun 2005
Posts: 155

PostPosted: Fri Feb 04, 2011 12:53 pm
Reply with quote

Hi,

I have a questions regarding CEDF .

1) Can CEDF be specific at the program level/ Transaction level. For example i want to debug a program which come in between appliaction and it needs to stop when the program is called? is any facility.

2) I came to know CEDX can be specified with transaction level . Can any one please send me the screen shots regarding how to onvoke / advantages . Can it be specific at the program level.

Thanks
Balaji K
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Feb 04, 2011 5:28 pm
Reply with quote

CEDF (Terminal Oriented) and CEDX (Transaction Oriented) are used to debug programs, displaying (stopping at) EXEC CICS commands only.

The program defined to the transaction will always be your starting point.

When you say "CALL" to you mean "LINK"? If is is "CALL" then you cannot debug the called-program. If the called program issues EXEC CICS commands then they'll be displayed.

Using CEDx, you have the ability to stop at a particular CICS command <PF9>, display working-storage <PF5> or suppress displays <PF4>. If you're displaying working-storage, press <PF4> and the current EIB will be displayed. You can also invoke CECI, providing you have authority. Depending on the screen, <PF3> will terminate your session and take you out of CEDx completely.

CEDF and CEDX are both well documented in the applicable CICS manuals.

Note that CEDX was introduced with CICS/ESA 4.1, whereas, CEDF has been around since the inception of command-level CICS.

Remember, using CEDX ties-up all tasks associated with the transaction you're trying to debug, whereas, CEDF ties-up the transaction running on your terminal-id or different terminal-id (if you're debugging a transaction running on another user's terminal).

You'd invoke that via : CEDF tttt (tttt is the target terminal)

To exit CEDF debugging : CEDF tttt,OFF

IMHO, a CICS application programmer should know the basics of using CEDx.

Bill
Back to top
View user's profile Send private message
balaji81_k

Active User


Joined: 29 Jun 2005
Posts: 155

PostPosted: Mon Feb 07, 2011 5:57 pm
Reply with quote

Hi Bill O'Boyle,

Iam still a learner and i never came across CEDX and its my interest to get knowledge from other to gain my knowledge on CEDX .

Thanks
Balaji K
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Mon Feb 07, 2011 7:50 pm
Reply with quote

If you're already familiar with the way CEDF operates, then CEDX should not be difficult as it is the transaction-oriented (non-terminal) version of CEDF.

That's basically the difference.

Have you reviewed the associated manual(s)?

Here's the CICS/TS 3.2 Bookshelf -

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/DFHASJ00

Bill
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Feb 07, 2011 7:53 pm
Reply with quote

Quote:
Iam still a learner and i never came across CEDX and its my interest to get knowledge from other to gain my knowledge on CEDX .


the fact that You are a learner should not prevent You from looking at the manuals
( the <other> party best suited to provide the knowledge You seek!)

to saveYou the search trouble here is a link where You can choose the bookshelf appropriate for Your CICS level(version/release)
www-03.ibm.com/systems/z/os/zos/bkserv/zappls1.html
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 how to debug a cics program using CEDF? COBOL Programming 3
No new posts CICS transaction fails if not CEDX used CICS 7
No new posts CEDF - the program goes to the wait ... CICS 2
No new posts How to skip a screen and start CEDF f... CICS 3
No new posts Can we start CEDF in the middle of tr... CICS 10
Search our Forums:

Back to Top