Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0101 - COBCH0200
>
COBCH0161 - COBCH0180
COBCH0161 - COBCH0180
Lists the Syntax Checking error messages from COBCH0161 through COBCH0180.
COBCH0161 Can only be used within a Paragraph
COBCH0162 Can only be used within a Section
COBCH0163 DISPLAY ... UPON SYSERR can only have one operand
COBCH0164 More than 250 USE statements
Your program contains more than 250 USE statements. There is a system limit of 250 USE statements in a program.
COBCH0165 NEXT SENTENCE followed by non-executable imperative/conditional statements
COBCH0166 Source and target lengths do not match (integer1 <> integer2)
COBCH0167 WRITE ... ADVANCING and POSITIONING syntax used on same file
COBCH0168 DEPENDING ON item in RECORD VARYING clause not in WORKING-STORAGE/LINKAGE
COBCH0170 Invalid argument in directive
An incorrect argument has been specified when setting a Compiler directive.
COBCH0172 Qualifying name name not unique. Discarded.
COBCH0173 Space invalid here.
COBCH0174 A RECORDING MODE of 'S' was assumed for the above file
COBCH0175 A VALUE clause was specified for a sliding item.
COBCH0176 'RENAMES' object object is an 01 level item
COBCH0177 'RENAMES' object object is not present in the preceeding record
COBCH0178 DEPENDING missing. Fixed length assumed.
COBCH0179 Number of subscripts in VALUE clause does not match table dimension
FROM or TO in a VALUE clause does not contain the correct number of subscripts; there should be one subscript for each level of OCCURS for the data declaration.
COBCH0180 One or more subscripts in a VALUE clause is out of range
A subscript value exceeds the maximum number of occurrences specified in the corresponding OCCURS clause.
Parent topic:
Messages COBCH0101 to COBCH0200