This Natural profile and session parameter determines the output format
of the date in the default title line of a report page (as output with a
DISPLAY
,
WRITE
or
PRINT
statement).
Within a Natural session, the profile parameter
DFTITLE
can be overridden by the session parameter
DFTITLE
.
Possible settings | S |
The date is output with a 2-digit
year component and delimiters. For example:
yy-mm-dd .
|
|
---|---|---|---|
L |
The date is output with a 4-digit
year component and delimiters. For example:
yyyy-mm-dd .
|
||
I |
The date is output with a 4-digit
year component and no delimiters. For example:
yyyymmdd .
|
||
Default setting | S |
||
Dynamic specification | yes | ||
Specification within session | yes | Applicable Statements: | SET
GLOBALS |
Applicable Command: | GLOBALS |
||
Application Programming Interface | USR1005N |
See SYSEXT - Natural Application Programming Interfaces in the Utilities documentation. |
Notes:
DFTITLE
is evaluated at runtime and
determines whether the date is displayed with a 2-digit or 4-digit year
component with or without delimiters. It has no effect on a user-defined page
title (as specified with a WRITE
TITLE
statement).
DTFORM
.
See also Processing of Date Information and Date Format for Default Page Title - DFTITLE Parameter in the Programming Guide.