1 
 2 /* begin include file ... cobol_TYPE3.incl.pl1 */
 3 /* Last modified on 11/17/76 by ORN */
 4 /* Last modified on 12/28/76 by FCH */
 5 
 6                     /* header */
 7                     2 size fixed bin,
 8                     2 line fixed bin,
 9                     2 column fixed bin,
10                     2 type fixed bin,
11                     /* body */
12                     2 lit_type bit (1),
13                     2 all_lit bit (1),
14                     2 filler1 bit (6),
15                     2 lit_size fixed bin,
16                     2 string char(0 refer(alphanum_lit.lit_size));
17 
18 
19 
20 /* end include file ... cobol_TYPE3.incl.pl1 */
21