Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0101 - COBCH0200
>
COBCH0181 - COBCH0200
>
COBCH0187 Program is nested in a program defined with the...
COBCH0187 Program is nested in a program defined with the "RECURSIVE" attribute
Mainframe compilers do not allow the RECURSIVE clause in a program that also has nested programs.
Resolution:
Recode your program so that it does not use this structure.
Parent topic:
COBCH0181 - COBCH0200