EZTC0018E error with DEBUG parameter expected
search cancel

EZTC0018E error with DEBUG parameter expected

book

Article ID: 270488

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

            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?
              
               

 

Environment

Easytrieve Report Generator, release 11.6 

Resolution

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.