Page 1 of 1

Can we expedit eztrieve modules?

PostPosted: Wed Apr 02, 2008 1:25 pm
by mrudulam
Hi,
Can we use expeditor to debug eztrieve code? If not, is there any other way or tool for this??

Re: Can we expedit eztrieve modules?

PostPosted: Tue Apr 08, 2008 2:12 am
by dick scherrer
Hello mrudulam and welcome to the forums,

Sorry for the late reply - i missed this post. . . :oops:

No, we cannot debug easytrieve with xpeditor.

The way most people debug easytrieve is by adding diagnostic code and commenting or removing it after all is working as needed.

Re: Can we expedit eztrieve modules?

PostPosted: Tue Apr 08, 2008 2:44 am
by CICS Guy
dick scherrer wrote:No, we cannot debug easytrieve with xpeditor.
Really? I thought xpeditor could operate as a debugger even without the current source, couldn't get nice data area displays back or set breakpoints, but won't it catch and display data abends?

Re: Can we expedit eztrieve modules?

PostPosted: Tue Apr 08, 2008 3:15 am
by dick scherrer
Hello,

I've never tried it. . .

Been told for a long time that it is not a way to go. I have trouble trying to imagine running interpreted code thru xpeditor.

With no data layouts and no really meaningful instruction info, i'm not sure how helpful it would be (if it would run at all).

Re: Can we expedit eztrieve modules?

PostPosted: Tue Apr 08, 2008 3:25 am
by CICS Guy
I didn't either, and the only xpeditor I ever did was CICS COBOL/Assembler....But before I got it to work (first time I didn't know that th source listing needed to be put somewhere special) I did get interaction with it.....
All the EZT modules I've worked with were compiled and bound and were just Assembler real time, not interperted......

Re: Can we expedit eztrieve modules?

PostPosted: Tue Jan 27, 2009 12:24 pm
by bajshas
You can try inline run for easytrev program i.e. you can add display and diagonise the program without compiling !!Please some one corrcet me if i am not correct !!!

Re: Can we expedit eztrieve modules?

PostPosted: Tue Jan 27, 2009 12:40 pm
by dick scherrer
Hello bajshas and welcome to the forum,

You can try inline run for easytrev program i.e. you can add display and diagonise the program without compiling !!
How does this relate to the question about debugging Easytrieve using xpeditor?

It is important to read the enbtire topic . . .