ENABLE Reference Manual
 ENABLE ATTRIBUTES
 TITLE Attribute
 TITLE Attribute
 The TITLE attribute specifies the title that appears
 left-justified on the first line of each screen. The syntax of
 the TITLE attribute is:
 -----------------------------------------------------------------
 | |
 | TITLE <string-literal> |
 | |
 | NOTE: APPL must be the object type in effect when you |
 | supply a value for this application attribute. |
 | |
 | <string-literal> |
 | |
 | is the screen title. A <string-literal> must be enclosed |
 | in quotation marks (" ") and can be up to 79 characters |
 | long. If you specify a <string-literal> that is longer |
 | than 79 characters, ENABLE issues an error message. |
 | |
 | Embedded quotation marks (") are not allowed. |
 | |
 | The starting value of the TITLE attribute is null. ENABLE |
 | uses the application name as the default value of this |
 | attribute when you add the application. |
 | |
 -----------------------------------------------------------------
 Consideration
 If an application displays more than one page, the screen title
 appears on the first line of each page.
 Example
 The following command sets the value of the TITLE attribute to
 ENTRY SCREEN:
 SET APPL TITLE "ENTRY SCREEN"
 4-68










