ENABLE Reference Manual

ENABLE ATTRIBUTES
TERMINAL Attribute
TERMINAL Attribute
The TERMINAL attribute identifies the type of terminal upon which
the application can run. The syntax of the TERMINAL attribute
is:
-----------------------------------------------------------------
| |
| TERMINAL <terminal-type> |
| |
| NOTE: APPL must be the object type in effect when you |
| supply a value for this application attribute. |
| |
| <terminal-type> |
| |
| identifies the type of terminal upon which the |
| application can run. Valid values for <terminal-type> |
| are: |
| |
| • T16-6510 |
| • T16-6520 |
| • T16-6530 |
| • IBM-3270 |
| |
| The starting value of the TERMINAL attribute is the type of |
| terminal from which you enter the ENABLE commands. |
| |
-----------------------------------------------------------------
Considerations
If you supply T16-6520 as a value for the TERMINAL attribute, the
application will run on a Tandem 6530 terminal as well as on a
Tandem 6520 terminal.
If you supply T16-6530 as a value for the TERMINAL attribute, the
application will run on a Tandem 6520 terminal as well as on a
Tandem 6530 terminal. When you supply T16-6530 as a value for
the TERMINAL attribute, the generated SCREEN COBOL source code
states that the terminal type is T16-6520.
4-66