Variable naming conventions

Embedded SQL variables must conform to COBOL naming conventions. Do not place variable names within quotation marks. Applicable quotations marks are inserted automatically when the variable names are replaced with actual values. While parsing your application, the precompiler adds declarations for variables. These declarations begin “SQL--”. So, to avoid confusion, do not begin variable names with “SQL”.