ATTCOL Attributes
- Last UpdatedDec 20, 2021
- 1 minute read
ATTCOL elements have the following attributes:
|
UDNA |
The user requested name for the column. If name clashes occur with other columns defined in the Database View then (n) may be added when displayed to the end of the requested name to provide a unique name. If not provided then a unique name is derived using the attribute referenced by DBATT. |
|
DBATT |
The database attribute to access for the column value. This can be a system attribute or a User Defined Attributes (UDA). If setting to a UDA that has just been created or named a COMPILE command may need to be run first. |
|
DESC |
The description for the column. |
|
READ |
Set to TRUE if the column is to be read only, the default is FALSE. This attribute does not need to be set for columns that reference read only attributes such as REF. |
|
ATQUAL |
This defines any additional qualifier to be passed when accessing the attribute. This is required for some pseudo attributes such as STVVAL and STVMOD. |