TYPES - OCCURS
Reference
Syntax
TYPES dtype { {TYPE [REF TO] type}
| {LIKE [REF TO] dobj} } OCCURS n.
Effect
Obsolete: Declares a standard table type with
standard key and the initial memory requirements n.
Additions
-
TYPE
Defines the row type with a reference to a data type.
-
LIKE
Defines the row type with a reference to a data object.
-
REF TO
Creates the row type as a reference type.