Rocket® Enterprise Developer (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
CSQL-E-024 to CSQL-F-050
Lists the COBSQL messages from CSQL-E-024 through CSQL-F-050.
- CSQL-E-024: Encountered an I/O on file filename
This message is displayed when a write error occurs on either the trace or the debug file. - CSQL-F-025: Unable to Create virtual-heap
To process the source file and the expanded code, COBSQL needs to create a number of virtual heaps. If there is a problem when COBSQL tries to create a heap, this message is displayed indicating which heap COBSQL had problems creating. - CSQL-F-026: Premature end of expanded source. Check for precompiler abort when run
standalone. This error is unrecoverable. Hit any key to abort Source Lines could not
be matched by COBSQL. COBSQL was processing: area-of-code Source lines around line
in error are lines-of source-code
- CSQL-I-027: Detected Working Section, now processing it
This message is displayed, for information only, when COBSQL is running in VERBOSE mode. It indicates that COBSQL has encountered the Working Storage Section and is about to process it. - CSQL-I-028: Now processing through Procedure Division
This message is displayed, for information only, when COBSQL is running in VERBOSE mode. It indicates that COBSQL has encountered the Procedure Division and is about to process it. - CSQL-I-029: Found an EXEC SQL Statement, processing it
This message is displayed, for information only, when COBSQL is running in VERBOSE mode. It indicates that COBSQL has encountered an EXEC SQL statement within the procedure division of a program and is about to process it. - CSQL-E-036: Unable to open the precompiler file: filename
As part of the processing performed after the database precompiler has completed, COBSQL opens the expanded source code file. If COBSQL cannot open the file, it displays this message. - CSQL-F-037: Wrong Version of COBOL used, please upgrade
COBSQL is being run with an old version of COBOL and will not work correctly. Because of this, COBSQL terminates rather than trying to continue. - CSQL-I-038: The following directive is now Obsolete: COBSQL-directive
COBSQL has encountered a directive that is now marked as obsolete. - CSQL-I-039: The ORG & the CBL files were out of synch
COBSQL sometimes tries to re-position itself when working through the original source file (ORG) and the source produced by the database precompiler (CBL). It does this by scanning ahead in the CBL file to try to find a matching line. If it does, it displays this message. - CSQL-W-040: Pro*COBOL commented out the following line: source-line
Pro*COBOL has commented out a line of code that was not a part of an EXEC SQL statement. This may alter the way that the program executes and care should be taken if the application is run. - CSQL-F-041: Cannot read the COBOL runtime switches
COBSQL tries to determine how the current run-time is configured by examining the settings of the run-time switches. This error is displayed if COBSQL cannot read the current settings. - CSQL-F-042: Cannot set the COBOL runtime switches
Some external code generators produce COBOL code which contains null characters. COBSQL reads the settings of the run-time switches and attempts to change the settings of the relevant switches in order to enable it to read code containing null characters. - CSQL-F-046: Command line is too large. Maximum length is 1140 characters
Your command line length has exceeded the 1140-character limit. - CSQL-F-047: Cobsql cannot be used with the SOURCEFORMAT directive.
You have specified the SOURCEFORMAT(FIXED) directive along with one or more other SOURCEFORMAT directives. With the exception of Pro*COBOL, COBSQL supports the SOURCEFORMAT(FIXED) directive only when no other SOURCEFORMAT directives are specified. If you are using Pro*COBOL, you can also use SOURCEFORMAT(TERMINAL) and SOURCEFORMAT(VARIABLE). - CSQL-F-048: Cobsql is not supported for use with .NET COBOL code.
You have attempted to compile a .NET COBOL code application using COBSQL.
Parent topic: COBSQL Messages