View previous topic :: View next topic |
Author |
Message |
rayala_uday Beginner
Joined: 15 Sep 2005 Posts: 9 Topics: 4
|
Posted: Fri Feb 17, 2006 4:25 am Post subject: Debugging a program by XPEDITOR and continue in next day |
|
|
Hi,
I want to debug a program in XPEDITOR.After xpediting some part of program i want to continue it in NEXT DAY from same point where i stopped.
Thanks
Uday |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Milchcow Beginner
Joined: 20 Feb 2006 Posts: 1 Topics: 0
|
Posted: Mon Feb 20, 2006 12:50 am Post subject: |
|
|
rayala_uday,
Depending on how you use the date in your program it may be possible. If you read it in as a parm or get the system date at the start of your program, you can simulate a change in processing by placing a break point where you want the execution to stop. Then execute the code up until this point, increment the value of the date within working storage, and then continue processing. |
|
Back to top |
|
 |
rayala_uday Beginner
Joined: 15 Sep 2005 Posts: 9 Topics: 4
|
Posted: Mon Feb 20, 2006 1:28 am Post subject: |
|
|
Thankq for your suggestions.
Thanks
Uday |
|
Back to top |
|
 |
|
|