Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0301 - COBCH0400
>
COBCH0381 - COBCH0400
COBCH0381 - COBCH0400
Lists the Syntax Checking error messages from COBCH0381 through COBCH0400.
COBCH0381 TALLYING option has ALL etc. distributed over multiple identifiers
COBCH0382 Only one Procedure-name in GO TO ... DEPENDING
COBCH0383 Missing ALSO
You have omitted the word ALSO.
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.
COBCH0385 Order of initialization changed
COBCH0386 No section or paragraph at start of Procedure Division
COBCH0387 AFTER and BEFORE options used together
COBCH0388 Key is right hand side of condition
COBCH0389 EXIT not in separate paragraph
COBCH0390 OPEN EXTEND on non-sequential file
COBCH0391 MF format Accept/Display
COBCH0392 More than two AFTER phrases
You have included more than the maximum of two AFTER phrases in your program.
COBCH0393 Inline PERFORM
COBCH0394 No section header after END DECLARATIVES
COBCH0395 FROM literal
COBCH0396 No suitable conditional phrase and no applicable declarative
COBCH0397 No preceding section
COBCH0398 Offset only allowed with Index-names
COBCH0399 Index-name belongs to different table
COBCH0400 Cannot use index data item as subscript
You have used an index data item as a subscript in your program.
Parent topic:
Messages COBCH0301 to COBCH0400