COBOL program %1 is defined, but is not visible; an external program, linkage %2, will be referred.
10
Cause . . . . . : A CALL or CANCEL statement specified the name of an existing nested COBOL program; however, the program name specified on the call is not visible to the current program. A linkage of type %2 has been assumed. An external program of this name will be called or canceled, with linkage type %2. The defined nested COBOL program will NOT be used for the CALL or CANCEL.
Recovery . . . : Verify that the correct program name was specified.