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.
esqlconfig command
Runs the command-line implementation of the OpenESQL Configuration utility, enabling you to set a default behavior for the SQL(BEHAVIOR) compiler directive option.
Syntax:
esqlconfig {-P[erformance] | -A[NSI] | -C[ompatibility] | -W[arning]
| -E[rror] | -D[isplay] | -H[elp]}
Parameters:
| P[erformance] | Sets the default to Optimize for performance and mainframe compatibility, and displays the old and new settings |
| A[NSI] | Sets the default to ANSI compliance, and displays the old and new settings |
| C[ompatibility] | Sets the default to No change in default behavior and no optimization, and displays the old and new settings |
| W[arning] | Sets the default to Issue a warning at compile time, and displays the old and new settings |
| E[rror] | Sets the default to Issue an error at compile time, and displays the old and new settings |
| D[isplay] | Displays the current default setting |
| H[elp] | Displays the current default setting, and displays the syntax for the esqlconfig command |
Comments:
If you enter no parameters or an invalid parameter, esqlconfig displays the current default setting and appropriate syntax as if you had specified the -H parameter.
For more information about parameter settings, see the topic OpenESQL Configuration Utility for Default SQL Cursor Behavior.