DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9 -115
WARN Command
WARN Command
.The WARN command directs the DDL compiler to list all warning messages on the
DDL compiler listing. NOWARN suppresses warning messages on the listing.
WARN
writes compilation warnings to the DDL listing. WARN is the default.
NOWARN
suppresses warning messages on the DDL listing.
You can suppress warning messages for selected portions of the source code as
follows:
WARNINGS Command
.The WARNINGS command specifies the number of compilation warnings allowed
before DDL terminates the compilation.
max-warnings
is the maximum number of compilation warnings allowed before DDL terminates
compilation of the source file. The number must be in the range from 1 to 32,767.
WARNINGS Command Guidelines
The following points are guidelines for using the WARNINGS command:
•
If the WARNINGS command is omitted, compilation continues until the end of the
source file, regardless of the number of warnings.
[ NO ] WARN
WARNINGS [ max-warnings ]
*start of source file
.
.
.
?NOWARN
.
.
.
?WARN
.
.
.
*end of source file
By default, list any warning
messages
Suppress warning messages for
subsequent statements
Start listing warning messages again;
continue to the end of the file
VST933.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 ...