RNF1505

A procedure cannot be defined when the prototype specifies EXTPROC(variable) or EXTPGM.

30

Cause . . . . . : When the EXTPGM keyword is used on a prototype, a procedure cannot be defined within the same module. When the EXTPROC keyword is used on a prototype, the parameter must be a constant. The procedure definition is ignored.

Recovery . . . : Remove the EXTPROC or EXTPGM keyword. Compile again.