1 PARM DEBUG ((PMAP DMAP STATE XREF LONG) ABEXIT NO SORT(MSG(ALL))) +
EZTC0018E >>> $ DEBUG parameter expected
EZTC0018E >>> DEBUG parameter expected $
EZTC0018E >>> DEBUG parameter expected $
EZTC0018E >>> DEBUG parameter expected $
2 LIST FILE +
..... continuing with other parameters for the PARM statement.
How may this EZTC0018E compiler errors be resolved?
Easytrieve Report Generator, release 11.6
The LIST FILE statement should not be coded inside of the PARM parameters.
Let's try this:
LIST ON MACROS
PARM DEBUG(PMAP DMAP STATE XREF LONG) ABEXIT NO SORT(MSG(ALL))+
... other parameters for the PARM statement specific for each program
LIST FILE
This results in a clean compilation at this time.