Data Definition Language (DDL) Reference Manual
DDL Compiler Commands
Data Definition Language (DDL) Reference Manual—529431-004
9-101
SPACING
SPACING
The SPACING command specifies the number of blank lines to insert between lines of
a printed report.
Default: SPACING 0
{ 0 | 1 | 2 }
is the number of blank lines to insert between lines of a printed report.
The SPACING command controls spacing only on a printed report; it does not affect
spacing in a report file or on a terminal display.
You can use the SPACING command as often as you want to within a DDL schema or
in a DDL session.
In Example 9-52 on page 9-101, the SPACING command double spaces between lines
of a DDL schema report printed on a line printer.
TACL
The [NO]TACL command:
•
Opens [closes] a TACL source code file
•
Starts [stops] writing translated DDL object definitions to the TACL source code file
Default: NOTACL
TACL
closes any open TACL source code file, opens tacl-source-file, translates
subsequent DDL objects defined by statements or specified in OUTPUT
statements to TACL source code statements, and writes the TACL source code
statements to tacl-source-file.
SPACING { 0 | 1 | 2 }
Example 9-52. SPACING Command
46> DDL DICT
!?REPORT $S.#printer
Select a printer for the report
!?SPACING 1
!OUTPUT DEF name.
!EXIT
Specify double spacing
Select a definition to print
{ TACL [ tacl-source-file [ ! ] }
{ NOTACL }