1 
 2 /* begin include file ... cobol_TYPE10.incl.pl1
 3 /* Last modified on 01/25/77 by ORN */
 4 
 5           /* header */
 6           2 size fixed bin,
 7           2 line fixed bin,
 8           2 column fixed bin,
 9           2 type fixed bin,
10           /* body */
11           2 string_ptr ptr,
12           2 prev_rec ptr,
13           2 searched bit(1),
14           2 duplicate bit(1),
15           2 saved bit(1),
16           2 debug_ind bit(1),
17           2 filler1 bit(3),
18           2 subscript bit(1),
19           2 def_line fixed bin,
20           2 level fixed bin,
21           2 seg_num fixed bin,
22           2 offset fixed bin(24),
23           2 index_no fixed bin,
24           2 min fixed bin,
25           2 max fixed bin,
26           2 struc_length fixed bin,
27           2 cswd_seg fixed bin,
28           2 cswd_offset fixed bin(24),
29           2 name_size fixed bin,
30           2 name char(0 refer(index_name.name_size));
31 
32 
33 
34 /* end include file ... cobol_TYPE10.incl.pl1 */
35