Operating system and syntax
|
UNIX / Windows
|
-compileroptionsfile filename
|
||
Use with
|
Maximum value
|
Minimum value
|
Single-user default
|
Multi-user default
|
Client Session
|
—
|
—
|
—
|
—
|
Option
|
Description
|
require-full-names
|
All table and field names must appear as they are in the schema. The compiler’s ability to implicitly resolve abbreviated names in tables is disabled.
|
require-field-qualifiers
|
All buffer references (including database tables, temp-tables, and buffers) must be fully qualified. The compiler's ability to implicitly resolve the buffer to which a field reference refers is disabled.
|
require-full-keywords
|
All language keywords must be fully spelled out.
|
# List of compiler options
require-full-names, # This is also a comment require-full-keywords |