1 /* BEGIN INCLUDE FILE ... source_map.incl.pl1 */ 2 3 dcl 1 source_map aligned based, 4 2 version fixed bin, 5 2 number fixed bin, 6 2 map(n refer(source_map.number)) aligned, 7 3 pathname unaligned, 8 4 offset bit(18), 9 4 size bit(18), 10 3 uid bit(36), 11 3 dtm fixed bin(71); 12 13 /* END INCLUDE FILE ... source_map.incl.pl1 */