1 
 2 /* begin include file ... cobol_TYPE17.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 string_ptr ptr,
12                     2 prev_rec ptr,
13                     2 info bit(8),
14                     2 class,
15                          3 switch_condition bit(1),
16                          3 switch_name bit(1),
17                          3 accept_device bit(1),
18                          3 display_device bit(1),
19                          3 printer_control bit(1),
20                          3 alphabet_name bit(1),
21                     2 on_status bit(1),
22                     2 off_status bit(1),
23                     2 def_line fixed bin,
24                     2 iw_key fixed bin,
25                     2 reserved bit(36),
26                     2 alphabet_offset fixed bin,
27                     2 name_size fixed bin,
28                     2 name char(0 refer (mnemonic_name.name_size));
29 
30 
31 /* end include file ... cobol_TYPE17.incl.pl1 */
32