how to debug a program without using ibm debug tools

Support for IBM Debug Tool, Utilities and Advanced Functions
pradeepgowda
Posts: 40
Joined: Mon Jan 04, 2010 4:17 pm
Skillset: cobol,jcl,db2,vsam,cics
Referer: google

how to debug a program without using ibm debug tools

Postby pradeepgowda » Mon Jan 04, 2010 4:23 pm

hi,

in an interview with tcs they asked me this question,
"how to debug a program without using ibm debug tools"


i welcome Your most valuable replies

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: how to debug a program without using ibm debug tools

Postby dick scherrer » Tue Jan 05, 2010 1:24 am

Hello,

Looking at a dump.

Using the DISPLAY statement.
Hope this helps,
d.sch.

heronfisher
Posts: 3
Joined: Fri Mar 12, 2010 12:25 pm
Skillset: [url=http://www.r4cards.co.uk/]iedge[/url]
Referer: GOOGLE

Re: how to debug a program without using ibm debug tools

Postby heronfisher » Mon Mar 15, 2010 3:26 pm

you just have to know about ABEND dump or just tracing the flow? One method for tracing the flow is to use DISPLAY at certain points to show the path taken and field values at those points.


  • Similar Topics
    Replies
    Views
    Last post