COBOL program %1 is defined, but the call is recursive; an external program, linkage %2, referred to.
10
Cause . . . . . : A CALL or CANCEL statement specified the name of an existing nested COBOL program; however, the call, if made, would be recursive. A linkage of type %2 has been assumed. An external program of this name will be called or canceled, with linkage %2. The defined nested COBOL program will NOT be used for the CALL or CANCEL.
Recovery . . . : Verify that the correct program name was specified, or add the RECURSIVE clause to the PROGRAM-ID phrase of the called program.