RNF3746

The procedure-name parameter for keyword EXTPROC is not valid; the keyword is ignored.

20

Cause . . . . . : The parameter for the EXTPROC keyword that represents a procedure name or method name must be a character constant, a procedure pointer (not valid for method names), or one of the special words *CONSTRUCTOR or *FREE (valid only for method names). The called procedure defaults to the name in positions 7 - 21, in upper case.

Recovery . . . : Correct the parameter for the EXTPROC keyword. Compile again.

Technical description . . . . . . . . : When EXTPROC is of the form EXTPROC(*JAVA), the method name is the third parameter. When EXTPROC is of the form EXTPROC(*CWIDEN), EXTPROC(*CNOWIDEN), or EXTPROC(*CL), the procedure name is the second parameter. Otherwise the procedure name is the first parameter.