ENTRY_LIST

DECLARE
 1 ENTRY_LIST BASED UNALIGNED,
    2 NEXT             POINTER,
    2 ENTRIES          POINTER,
    2 TYPE             CHAR(12);