Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1101 - COBCH1200
>
COBCH1141 - COBCH1160
COBCH1141 - COBCH1160
Lists the Syntax Checking error messages from COBCH1141 through COBCH1160.
COBCH1141 Name longer than 8 characters
COBCH1142 Name includes characters that would be changed by OS/VS COBOL and VS COBOL II
COBCH1143 Name includes characters that would be illegal for OS/VS COBOL and VS COBOL II
COBCH1144 String will be null terminated when returned by SQL
COBCH1145 DUPLICATES phrase with keys generates slower sort; remove if possible
Related Topics
COBCH1146 procedure-name lies in more than one PERFORM THRU range
Related Topics
COBCH1147 End precedes start in PERFORM procedure-name THRU procedure-name
The procedure-name after the THRU comes earlier in the source program than the one before the THRU.
COBCH1148 Segmentation specified in nested program.
COBCH1149 Operand data-name ambiguous in corresponding target
In a MOVE, ADD or SUBTRACT CORRESPONDING, the sending group contains an item,
data-name
, which is ambiguous in the receiving group.
COBCH1150 Redefinition of internal floating-point item. Might not be portable
COBCH1151 Forward overlapping move might produce unpredictable results
You have specified a MOVE to a target whose starting position is before the ending position of the source data item.
COBCH1152 Comparison involving floating point data might not be portable
COBCH1153 Some mainframe values for this data-type cannot be handled on PC
COBCH1154 PC allows values for this data-type that cannot be handled on mainframes
COBCH1155 Both PANVALET and LIBRARIAN specified - not mainframe compatible
COBCH1156 BLOCK or LABEL clause in SD not allowed. Ignored
Related Topics
COBCH1157 JUSTIFIED specified on edited field
Related Topics
COBCH1158 CBL PROCESS *CBL or *CONTROL record encountered. Directives ignored
COBCH1159 Portion of name following first "-" treated as documentary.
COBCH1160 Changes before first statement cannot be checked. Ignored
Parent topic:
Messages COBCH1101 to COBCH1200