Quantcast
Channel: Visual COBOL Knowledge Base
Viewing all articles
Browse latest Browse all 214

Program using OpenESQL gets compile errors when moving from Net Express to Visual COBOL

$
0
0
Current Revision posted to Visual COBOL Knowledge Base by Angela on 3/8/2013 7:31:05 AM

Problem:

Customer has a program that uses embedded SQL statements using the OpenESQL precompiler.
This program compiles without errors under Net Express but when compiling under Visual COBOL as a native program it gets the following error:

COBCH0801: Statement Incompatible with BEHAVIOR setting
on the following statement:
      EXEC SQL SET CONCURRENCY READ-ONLY END-EXEC

Why is this occurring?

Resolution:

This error message occurs because the default settings of the SQL BEHAVIOR directive have changed in Visual COBOL.

By default it is now set to BEHAVIOR=MAINFRAME if it is not specified.
You can change this behavior back to the Net Express defaults as follows:

Close Visual Studio and then in the C:\Program Files\Micro Focus\Visual COBOL\bin folder run the program esqlconfigw.exe.

Click on the third option down which is for no change in behavior and then click the save button.

Open up Visual Studio and try compiling again.
The error message should now be gone.


Viewing all articles
Browse latest Browse all 214

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>