DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 90
PASCALNAMEDVARIANT Command
PASCALNAMEDVARIANT Command
The PASCALNAMEDVARIANT command generates the last DDL REDEFINES clause
for Pascal as a named variant record. NOPASCALNAMEDVARIANT generates the
clause as an anonymous variant record.[
PASCALNAMEDVARIANT
generates the REDEFINES clause in the last element as a named variant record in
Pascal output.
NOPASCALNAMEDVARIANT
generates the REDEFINES clause in the last element as an anonymous variant
record in Pascal output. NOPASCALNAMEDVARIANT is the default.
REPORT Command
The REPORT command opens a report file and writes a schema report to the open
file.
REPORT
directs the DDL compiler to open a report file and write a schema report to that file.
The schema report describes DDL objects defined by statements or output from
the open dictionary. If a REPORT file is already open, this command closes the
current file and opens the specified file.
report-destination
is a file name or the name of an output device to which the report is sent. If
report-destination
is omitted, DDL sends the report to its home terminal.
!
purges the contents of an existing report file before opening the file. If the specified
file does not exist, DDL ignores the exclamation point.
NOREPORT
closes the report file. NOREPORT is the default.
REPORT Command Guidelines
The following points are guidelines for using the REPORT command:
[ NO ] PASCALNAMEDVARIANT
{ REPORT [ report-destination [ ! ] ] | NOREPORT }
Содержание 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 ...