RNF3337

The keyword is not allowed following keyword CONST; keyword is ignored.

20

Cause . . . . . : When keyword CONST has already been specified for a parameter definition, the only keywords which may follow are ALTSEQ, ASCEND, CCSID, CLASS, DATFMT, DESCEND, DIM, LIKE, LIKEDS, LIKEREC, OPTIONS, NOOPT, PROCPTR, TIMFMT, and VARYING. The CONST keyword on a parameter definition is only allowed for a parameter passed by reference.

Recovery . . . : Remove the incorrect keyword. Compile again.