Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0501 - COBCH0600
>
COBCH0581 - COBCH0600
COBCH0581 - COBCH0600
Lists the Syntax Checking error messages from COBCH0581 through COBCH0600.
COBCH0581 END-SEARCH used with NEXT SENTENCE
COBCH0582 Redefined item has OCCURS phrase
COBCH0583 EXIT PROGRAM in GLOBAL declarative
COBCH0584 Inline PERFORM statement not terminated by END-PERFORM
COBCH0585 Imperative statement missing
You have failed to specify an imperative statement.
COBCH0586 Smallest record size size1 > minimum in RECORD clause size2
You have specified a minimum size for your record definitions, but none of the records you have defined is that small.
COBCH0587 Largest record size size1 < maximum in RECORD clause size2
You have specified a maximum size for your record definitions, but none of the records you have defined is that large.
COBCH0588 Operand does not have USAGE DISPLAY
COBCH0589 Procedure Division does not finish with complete sentence
COBCH0590 USING/GIVING file does not have ORGANIZATION SEQUENTIAL
COBCH0591 USING/GIVING file has ACCESS RANDOM
COBCH0592 USING/GIVING file has ACCESS DYNAMIC
COBCH0593 Sequence number contains nonnumeric characters
COBCH0594 Variable length group is operand of INITIALIZE statement
COBCH0595 SORT file has FILE STATUS clause
COBCH0596 01 level record in Report Section is elementary
COBCH0597 Object of SUM clause belongs to different report
COBCH0598 Assignment-name is alphanumeric literal
COBCH0599 Literal form of CODE phrase
COBCH0600 Name is implicitly qualified
Parent topic:
Messages COBCH0501 to COBCH0600