RNF3821
The number of parameters for the EXTPROC keyword is not correct.
20
Cause . . . . . : The EXTPROC keyword has three forms depending on the first parameter:
- when the first parameter is *JAVA, there must be three parameters. The second parameter represents the Java class, and the third parameter represents the method name.
- when the first parameter is *CL, *CWIDEN or *CNOWIDEN, there must be two parameters. The second parameter represents the external procedure name.
- when the first parameter is a character literal, there must be only one parameter. The first parameter represents the procedure name.
Recovery . . . : Specify the correct number of parameters, or change the first parameter. Compile again.