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

Debugging CICS w/o any third party tools


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6965
Location: porcelain throne

PostPosted: Wed Sep 12, 2012 10:37 am
Reply with quote

Back in the days before xpedtor/intertest were available
(internet was not available either)
and all I had was CEDF,

i would create a member in my library called BREAK.
BREAK consisted of one line:
Code:
EXEC CICS ASKTIME END-CICS


Then I would copy the member into my CICS pgm
everywhere I wanted a BREAKPOINT in CEDF.

with the new AK and BK line commands
this would be a one shot copy operation.

with the XCLUDE command,
you can clean-up your program with
X ALL ASKTIME
DEL ALL X

There is no need to use DISPLAY in a CICS program.
It is an unnecessary over-use of CICS resources,
plus it is an after-the-fact audit.

Using the 'break point' facility of CEDF,
you are not only real time debugging,
using the CEDF facility (redundant, I know)
you can see all of memory, as it is,
not what a DISPLAY command interprets.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Upgrade CICS TS to 6.2: authorization... CICS 0
No new posts PL/1 SEND CICS MAP first time, attrib... CICS 6
No new posts CICS UCTRAN=NO not working, need syst... CICS 3
No new posts CICS-Db2 connection issue CICS 1
No new posts After newcopy the CICS program user f... CICS 7
Search our Forums:


Back to Top