DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9 -110
TALUNDERSCORE Command
In the message,
name
is the name of the object checked by TALCHECK.
TALUNDERSCORE Command
The TALUNDERSCORE command converts hyphens in DDL names to underscores in
pTAL or TAL output. NOTALUNDERSCORE converts hyphens in DDL names into
circumflex characters in pTAL or TAL output.
TALUNDERSCORE
converts hyphens in DDL names to underscores in pTAL or TAL output.
NOTALUNDERSCORE
converts hyphens in DDL names to circumflex characters in pTAL or TAL output.
NOTALUNDERSCORE is the default.
TALUNDERSCORE Command Example
The following example shows the pTAL or TAL output from the same DDL definition:
CONSTANT This-Is-A-Literal VALUE is 99.
When TALUNDERSCORE is in effect, DDL produces the following pTAL or TAL output:
LITERAL This_Is_A_Literal = 99;
When NOTALUNDERSCORE is in effect, DDL produces the following pTAL or TAL
output:
LITERAL This^Is^A^Literal = 99;
TEDIT Command
The TEDIT command instructs the DDL compiler to:
•
Suspend execution of DDL
•
Start a PS Text Edit process
•
Resume DDL execution when the PS Text Edit process stops
You can use TEDIT only in an interactive DDL session.
TEDIT
suspends DDL execution and starts a PS Text Edit process.
[ NO ] TALUNDERSCORE
TEDIT [ edit-file-name [ ; edit-parameter ] ... ]