Page 1 of 1

EZT error EZTC0025E

PostPosted: Fri Jun 20, 2014 10:32 pm
by brdouglas
Hi,

I am trying to migrate some mainframe EZT to Windows EZT, but I am getting a compile error on all of my REPORT lines. I have searched everywhere I can think of but can't find a resolution.

It would appear that I need to set the margin in EZT, but I can't find out how to do that either.

Any help would be appreciated.

645 REPORT DSTLET1 NOHEADING NOADJUST SPACE 1 PRINTER DSTPRT +
646 PAGESIZE 61 SKIP 1
648 LINE 1 COL 9
649 LINE 2 COL 9
EZTC0025E >>> $ adjusts less than left margin
650 LINE 3 COL 9
EZTC0025E >>> $ adjusts less than left margin
651 LINE 4 COL 9
EZTC0025E >>> $ adjusts less than left margin
652 LINE 5 COL 9
EZTC0025E >>> $ adjusts less than left margin
653 LINE 6 COL 9

Re: EZT error EZTC0025E

PostPosted: Fri Jun 20, 2014 11:03 pm
by Robert Sample
What did the vendor tell you when you contacted them? If you have not yet contacted them, why not? The vendor is MUCH more likely to be able to help you.

Re: EZT error EZTC0025E

PostPosted: Fri Jun 20, 2014 11:15 pm
by brdouglas
Working on that, just thought I would check here first to see if anyone knew.

Re: EZT error EZTC0025E

PostPosted: Sat Jun 21, 2014 7:21 pm
by brdouglas
I figured out the problem, for some reason I had to add a blank string to LINE 1 and that satisfied the compiler.

648 LINE 1 COL 9 ' '