By using the TYPE or ORDINAL attribute, variables can be declared with an ordinal type. See TYPE attribute for the syntax for the TYPE attribute.
|
For example:
dcl Wall_color ordinal Color;
The ORDINAL attribute conflicts with other data attributes such as FIXED or SIGNED, but it is allowed with attributes such as BASED or DIMENSION.