Data type
ARRAY [ 11 ] OF RECORD item_num LIKE items . item_num , stock_num LIKE items . stock_num , manu_code LIKE items . manu_code , description LIKE stock . description , quantity LIKE items . quantity , unit_price LIKE stock . unit_price , total_price LIKE items . total_price END RECORD
d4_orders.4gl