1 dcl       1 format_item       aligned based,
 2           2 head              unaligned,
 3             3 code            bit(9),
 4             3 num             bit(9),
 5             3 next            bit(18),
 6           2 count             fixed bin(35),
 7           2 value(3)          fixed bin(35);
 8 
 9 dcl       1 remote_format     aligned based,
10           2 head              unaligned,
11             3 code            bit(9),
12             3 num             bit(9),
13             3 next            bit(18),
14           2 cnt               fixed bin(35),
15           2 address           unaligned,
16             3 class           bit(18),
17             3 offset          bit(18);