Page 1 of 1

loading prg

Posted: Tue May 16, 2006 3:24 pm
by padmapriya7
In enhancement project using xpeditor what are th setps to taken fro testing and debugging. after making changes in the project how can u write the jcl.

Posted: Tue May 16, 2006 7:49 pm
by arrbee
After changing the program, compile it by using the Processor (Xpeditor enabled) and attache the program to Xpeditor JCL. Set the break points and you can walkthrough the program from breakpoint to breakpoint or statement wise. You can change the values of variables also.

HTH.