In the following example, the ARRAY clause declares 20 instances of SUPPLIER (from 0 to 19) where each instance is four 30-character strings. SUPPLIER ARRAY 0:19 1:4 DATATYPE IS TEXT SIZE IS 30 CHARACTERS.