ENABLE Reference Manual

ENABLE ATTRIBUTES
VALUES Attribute
VALUES Attribute
The VALUES attribute indicates that the application is, or is
not, to display initial values from the record description on
the base screen (the screen that appears when you first execute
the application) within a box. The syntax of the VALUES
attribute is:
-----------------------------------------------------------------
| |
| VALUES { ON } |
| { OFF } |
| |
| ON |
| |
| indicates that the application displays any initial |
| values from DDL VALUE clauses in the record description. |
| |
| OFF |
| |
| indicates that initial values are to be zeros and spaces. |
| |
| The starting value of the VALUES attribute is OFF. |
| |
-----------------------------------------------------------------
Consideration
If VALUES is ON, the application displays zeros or blanks
(whichever is appropriate) for any field or group in the record
description that does not have a DDL VALUE clause.
Example
The following command sets the VALUES box attribute to ON:
SET BOX VALUES ON
4-103