DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 81
OUTPUT_SENSITIVE Command
OUT Command Example
The following example shows placement of OUT commands in the source file to
control printing of source lines and messages:
OUTPUT_SENSITIVE Command
The OUTPUT_SENSITIVE command controls whether the DDL compiler produces all
source files in case-sensitive form.
OUTPUT_SENSITIVE
Directs the DDL compiler to produce all source files in case-sensitive form; that is,
lowercase will remain lowercase and uppercase will remain uppercase.
NOOUTPUT_SENSITIVE
Directs the DDL compiler to produce all source files in a case-insensitive form. The
NOOUTPUT_SENSITIVE command is used to nullify the effect of the
OUTPUT_SENSITIVE command if that command is already in effect.
The NOOUTPUT_SENSITIVE command is the default form of the command.
OUTPUT_SENSITIVE Command Guidelines
•
The OUTPUT_SENSITIVE command allows the user to define all definitions,
records, and constants in case-sensitive format. All lowercase remains lowercase
and all uppercase remains uppercase.
•
The default is always NOOUTPUT_SENSITIVE; that is, the C output is produced in
lowercase and all other output is produced in uppercase.
[ NO ] OUTPUT_SENSITIVE
*beginning of source file
.
.
.
?OUT $S.#printer
.
.
.
?OUT
.
.
.
*end of source file
List source lines on listing destination from
the DDL run command
List source lines and error messages on $S.#printer;
also list error messages on the listing destination from
the DDL run command
Stop listing on $S.#printer and return to the DDL
run command listing destination
VST919.vsd
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...