1 /* BEGIN INCLUDE FILE dm_om_hash_bead.incl.pl1 */ 2 3 4 /* format: style2,ind3 */ 5 dcl 1 hash_bead aligned based (hash_bead_ptr), 6 2 key bit (72) aligned, 7 2 info_ptr ptr, 8 2 next_ptr ptr; 9 10 dcl hash_bead_ptr ptr; 11 12 13 /* END INCLUDE FILE dm_om_hash_bead.incl.pl1 */