DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9 -112
TIMESTAMP Command
TEDIT Command Example
The following example illustrates using TEDIT to change a source file interactively; it
also illustrates how DDL handles a default EDIT-file name and PS Text Edit parameter:
TIMESTAMP Command
The TIMESTAMP command instructs the DDL compiler to include (or suppress) date
and time comments on DDL or host-language source listings.
TIMESTAMP
includes date and time comments on host-language source listings. TIMESTAMP
is the default.
NOTIMESTAMP
suppresses the date and time comments on DDL or host-language source listings.
TIMESTAMP Command Guidelines
The following points are guidelines for using the TIMESTAMP command:
•
DDL produces a number of starred timestamp comments on the listings of DDL or
host-language source code. A comment at the beginning of the listing tells the date
and time the schema was produced; individual comment lines preceding each
section tell when each DDL object was created.
•
You can suppress these timestamp comments with NOTIMESTAMP and then
include them with a subsequent TIMESTAMP.
[ NO ] TIMESTAMP
48> DDL DICT
!?DDL ddlfil
!RECORD sum.
.
.
.
!?NODDL
!?TEDIT ddlfil
.
.
.
!?SOURCE ddlfil
!?TEDIT
.
.
.
Open DDLFIL
Add a record
Close DDLFIL
Start a PS TEXT EDIT process
Add the record to the dictionary
Use the previous file
VST930.vsd
Содержание 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 ...