COBOL Messages


LNC0811

RECURSIVE clause for PROGRAM-ID name %1 is not needed. Accepted.

0

Cause . . . . . : The RECURSIVE clause for this program is not needed because a parent program already contains the RECURSIVE clause. All programs contained within a program that has the RECURSIVE clause are recursive.

Recovery . . . : Remove the RECURSIVE clause from this COBOL program.


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