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 }