Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0301 - COBCH0400
>
COBCH0381 - COBCH0400
>
COBCH0384 NEXT SENTENCE does not follow ON, IF, ELSE or SEARCH WHEN
COBCH0384 NEXT SENTENCE does not follow ON, IF, ELSE or SEARCH WHEN
NEXT SENTENCE should be used only in either branch of an IF statement or the WHEN branch of a SEARCH statement.
Resolution:
Revise your code to ensure that you have obeyed these rules.
Parent topic:
COBCH0381 - COBCH0400