COBOL Messages


LNC0874

COBOL program %1 is visible, but a linkage of program specified.

10

Cause . . . . . : A CALL or CANCEL statement specified the name of an existing nested COBOL program which is visible to this program; however, a linkage of type program was specified. An external program of this name is called or canceled and not the visible nested COBOL program.

Recovery . . . : Verify that the correct linkage type or program name was specified.


[ Top of Page | Previous Page | Next Page | Table of Contents ]