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