Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
Error Messages
>
Code Generation Error Messages
>
COBOP001 - COBOP080
>
COBOP014 Too many IF levels (Recoverable)
COBOP014 Too many IF levels (Recoverable)
You have nested IF statements beyond the maximum of 254 levels.
Resolution:
Change your program so you do not have a nest of more than 254 conditions.
Parent topic:
COBOP001 - COBOP080