Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1201 - COBCH1300
>
COBCH1241 - COBCH1260
COBCH1241 - COBCH1260
Lists the Syntax Checking error messages from COBCH1241 through COBCH1260.
COBCH1241 Results incompatible with BS2000 if src table length > dest table length
A table SORT containing a USING phrase gives different run-time results to Siemens BS2000 when there are more elements in the source table than can be contained in the destination table.
COBCH1242 USAGE must be DISPLAY for entries in a group with VALUE clause
COBCH1243 Non-positive value changed to 1
COBCH1244 WITH NO ADVANCING phrase has no effect for CONSOLE device
COBCH1245 Should be in upper case
A call to a COBOL run-time library routine (where the name begins CBL_) has been specified partly or all in lower case. This is not portable and will not work on operating systems where names are case-sensitive.
COBCH1246 One or more operands are missing and have taken a default value of 1
A reference to a table item has fewer subscripts than dimensions. Additional subscripts are assumed, all taking the default value 1.
COBCH1247 Truncated MOVE. Source length (length) exceeds target length (length)
COBCH1248 Function argument invalid, date YYYYMMDD must be greater than 15821014
COBCH1249 Function argument invalid, date YYYYDDD must be greater than 1582287
COBCH1250 Use of intrinsic funtion module or function not in selected dialect.
COBCH1252 Requires an abstract machine level of 4 or greater
COBCH1253 THRU not allowed with boolean items
COBCH1254 Job variable name is too long
Siemens BS2000 Job variable names are limited to 10 characters.
COBCH1255 Literal exceeds 180 characters
Using the Siemens BS2000 dialect, the maximum allowable length of a literal is 180 characters.
COBCH1259 GO TO target outside current section
A GO TO statement has attempted to change control to outside of the current section.
COBCH1300 Expected Interface name.
Parent topic:
Messages COBCH1201 to COBCH1300