View previous topic :: View next topic |
Author |
Message |
Frankjiang Beginner
Joined: 10 Jan 2004 Posts: 17 Topics: 10 Location: england
|
Posted: Mon Feb 02, 2004 1:49 am Post subject: What's the usual way for debug cobol program ? |
|
|
Hi:
What is usual way for debug cobol program in real MVS system?
By Debugging Line or by Debugging Procedure or by others ?
Thank you.
Frank _________________ franklin |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Mon Feb 02, 2004 6:44 am Post subject: |
|
|
Frank,
Most shops have xpeditor for debugging the pgm. Once you have developed the program , then you first run in the batch and see if you are getting the desired results with a simple test case. If you are not then code a display at the crucial points and see if you are able to fix the error. For some reason if you are not able to fix the error , then run the pgm thru xpeditor.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Mon Feb 02, 2004 10:45 am Post subject: |
|
|
Quote: |
Most shops have xpeditor for debugging the pgm
|
Quite a lot of sites have CA-Intertest instead of XPEDITER. Also IBM's LE debugging tools are supposed to be quite good now, although I haven't used them myself. |
|
Back to top |
|
 |
vallishar Beginner

Joined: 17 Dec 2002 Posts: 53 Topics: 14 Location: BengaLuru
|
Posted: Mon Feb 02, 2004 2:48 pm Post subject: |
|
|
IBM's LE 370 is a very good tool for debugging. You get more info about the usage and the usefulness more than CA produts. _________________ If you're not failing every now and again, it's a sign you're not doing anything very innovative. |
|
Back to top |
|
 |
Frankjiang Beginner
Joined: 10 Jan 2004 Posts: 17 Topics: 10 Location: england
|
Posted: Tue Feb 03, 2004 1:52 am Post subject: |
|
|
Hello everyone:
Thank you for your answers.
Frank _________________ franklin |
|
Back to top |
|
 |
|
|