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).
               
| Possible settings | S | The date is output with a
                           					 2-digit year component and delimiters. Example: 
 | |
|---|---|---|---|
| L | The date is output with a
                           					 4-digit year component and delimiters. Example: 
 | ||
| I | The date is output with a
                           					 4-digit year component and no delimiters. Example: 
 | ||
| Default setting | S | ||
| Dynamic specification | yes | ||
| Specification within session | yes | Applicable statement: | SET GLOBALS | 
| Applicable command: | GLOBALS | ||
| Application programming interface | USR1005N | See SYSEXT Utility - Natural Application Programming Interfaces in the Utilities documentation. | |
Notes:
DFTITLE can be overridden by the session parameter
                     			 DFTITLE.
                  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.
                  WRITE TITLE
                     			 statement).
                  DTFORM.