DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 84
PAGE Command
PAGE Command
The PAGE command directs the DDL compiler to list the next input line at the top of
the next page. Optionally, the PAGE command can also specify a page title.
listing-title
is an ASCII character string. Quotation marks must enclose the string.
PAGE Command Guidelines
The following points are guidelines for using the PAGE command:
•
The PAGE command can be placed anywhere in the DDL source listing.
•
When DDL encounters a PAGE command, it stops listing on the current page,
issues a page-ejection character to the listing destination, and resumes listing at
the top of the next page.
•
If a title is specified, DDL lists that title at the top of every subsequent page until it
encounters another PAGE command with a different listing title.
PAGE Command Example
The following PAGE command specifies a listing title:
?PAGE "DEFINITIONS"
Each subsequent listing page has the title DEFINITIONS until DDL encounters another
PAGE command with a new title.
PASCAL Command
The PASCAL command instructs the DDL compiler to:
•
Create and open a Pascal source file or open an existing Pascal source file.
•
Translate all subsequent statements that define DDL objects into Pascal source
statements.
•
Translate any DDL objects specified in subsequent OUTPUT statements into
Pascal source statements.
•
Write the Pascal statements to the Pascal source file.
PAGE [ "listing-title" ]
{ PASCAL [ pascal-source-file { ! ] ] | NOPASCAL }
Содержание 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 ...