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