DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 88
PASCALCHECK Command
PASCALBOUND Command Example
This example illustrates both PASCALBOUND settings:
PASCALCHECK Command
The PASCALCHECK command causes the DDL compiler to:
•
Perform Pascal syntax checks as though the compiler were going to produce
Pascal source code, but without actually generating the code.
•
List messages describing any error or warning conditions discovered during syntax
checking.[
PASCALCHECK
performs the Pascal syntax checks as though Pascal source code was being
produced.
NOPASCALCHECK
terminates the PASCALCHECK checking.
If a Pascal source file is open, PASCALCHECK is the default. If there is no Pascal
source file open, NOPASCALCHECK is the default.
PASCALCHECK Command Guidelines
The following points are guidelines for using the PASCALCHECK command:
•
If a Pascal source file is open, the compiler performs the Pascal checks whether or
not PASCALCHECK is set.
•
You can stop Pascal syntax checking by specifying NOPASCALCHECK; you can
restart checking with a subsequent PASCALCHECK.
•
The DDL compiler does not perform the lengthy testing performed by the Pascal
compiler. The DDL compiler tests the DDL statements to ensure that they do not
violate the following Pascal rules of form:
[ NO ] PASCALCHECK
?PASCAL
.
.
.
?PASCALBOUND 0
DEF test0 PIC X(10).
?PASCALBOUND 1
DEF test1 PIC X(10).
Open Pascal source file
PASCALBOUND is 1 by default
Change PASCALBOUND to 0
Return to default setting
VST920.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 ...