1 2 /* begin include file ... cobol_TYPE.incl.pl1 */ 3 /* Last modified on 11/17/76 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 info bit (8), 12 2 length fixed bin, 13 2 word char (0 refer(user_word.length)); 14 15 /* end include file ... cobol_TYPE8.incl.pl1 */ 16