Data Definition Language (DDL) Reference Manual
DDL Compiler Commands
Data Definition Language (DDL) Reference Manual—529431-004
9-113
TIMESTAMP
You must close any source code file before editing it. For instance, if you have opened
a COBOL source code file and entered some text in it, and then you want to view the
source code file with the text editor, you must issue the NOCOBOL command before
you issue the TEDIT command.
When you specify edit-file-name in the TEDIT command, the DDL compiler
passes that name to the current PS Text Edit process and also stores the name. If you
omit edit-file-name from the next TEDIT command in the same session, the DDL
compiler passes the stored name to the new PS Text Edit process.
When you specify edit-parameter in the TEDIT command, the DDL compiler
passes that parameter to the PS Text Edit process. The DDL compiler also stores the
parameter.
If you omit edit-file-name from the next TEDIT command, the DDL compiler
passes any parameter saved from the last TEDIT or EDIT command to the new PS
Text Edit process.
If you specify edit-file-name in the next TEDIT command, the DDL compiler
discards any previously stored parameter.
TIMESTAMP
The [NO]TIMESTAMP command includes [excludes] data and time comments in [from]
source code listings.
Default: TIMESTAMP
TIMESTAMP
includes date and time comments in source code listings.
Example 9-59. TEDIT Command
48> DDL DICT
!?DDL ddlfil
Open DDLFIL
!RECORD sum.
...
Add a record
!?NODDL
Close DDLFIL
!?TEDIT ddlfil
...
Start a PS TEXT EDIT process
!?SOURCE ddlfil
!?TEDIT
...
Add the record to the dictionary
Use the previous file
[NO]TIMESTAMP