COBOL Messages


LNC2827

The %1 %2 %3 statement was specified in a recursive program. The statement was ignored.

30

Cause . . . . . : The statement you specify in the program is not supported in a recursive program.

Recovery . . . : Remove this statement from the program, or remove the RECURSIVE clause from the program. If the statement is an altered GO TO statement, you may also change it to unconditional or conditional GO TO.


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