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 ] ... ]
Содержание 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 ...