1 
 2 /* begin include file ... cobol_TYPE5.incl.pl1 */
 3 /* Last modified on 7/26/77 by FCH */
 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 run fixed bin,
12                     2 number fixed bin,
13                     2 info bit(9),
14                     2 module bit(27),
15                     2 image_size fixed bin,
16                     2 image char(0 refer(message.image_size));
17 
18 /* end include file ... cobol_TYPE5.incl.pl1 */
19