An exported field has the same external name as an exported procedure.
20
Cause . . . . . : The external name of an exported field cannot be the same as the external name of a procedure that is exported from the module. The EXPORT keyword for the field is ignored.
Recovery . . . : Either change the name of the exported field, or change the name of the exported procedure. If the exported procedure is the main procedure, specify a different name on the CRTBNDRPG or CRTRPGMOD command. Compile again.
Technical description . . . . . . . . : The external name of the field is the name specified as the parameter of the EXPORT keyword, or if no parameter was specified it is the upper-cased internal RPG name. An exported procedure name can be specified as:
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.