Prototype for main procedure must be defined prior to procedure-interface definition.
30
Cause . . . . . : When a procedure-interface is defined for the main procedure, the prototype for the main procedure must be previously defined. The procedure-interface definition is ignored.
Recovery . . . : Specify a prototype definition for the main procedure prior to the procedure-interface definition. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.