DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9 -103
TACLGEN Command
TACLGEN Command
The TACLGEN command instructs the DDL compiler to use a specified TACL code
generation version
.
TACLGEN
specifies a source code generation version to use when you generate TACL code.
The default is 0, which specifies the current version of TACL code.
0
specifies that DDL generates code for the current version of TACL.
TACLGEN Command Guideline
Because DDL generates only one version of TACL code at the current time, the
?TACLGEN directive does not affect output.
TAL Command
The TAL command instructs the DDL compiler to:
•
Create and open a pTAL or TAL source file or open an existing pTAL or TAL
source file.
•
Translate all subsequent statements that define DDL objects into pTAL or TAL
source statements.
•
Translate any DDL objects specified in subsequent OUTPUT statements into pTAL
or TAL source statements.
•
Write the TAL source statements to the TAL source file.
TAL
opens the specified pTAL or TAL source file, translates all subsequent DDL objects
defined by statements or output from the dictionary into pTAL or TAL source
statements, and writes them to the open pTAL or TAL source file. If a pTAL or TAL
source file is already open, the command closes the current file and opens a new
source file.
TACLGEN 0
{ TAL [ tal-source-file [ ! ] | NOTAL }