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