1
2
3 dcl gutp ptr internal static init (null),
4
5 1 gcos_user_table_ based (gutp),
6 2 gut_version_no fixed bin,
7 2 gut_hdr_len fixed bin,
8
9 2 gut_global_ctl_len fixed bin,
10 2 gut_entry_len fixed bin,
11 2 gut_last_update fixed bin (71),
12 2 gut_updater_id char (32),
13 2 gut_max_count fixed bin,
14 2 gut_active_count fixed bin,
15 2 gut_first_entry_index fixed bin,
16 2 gut_last_entry_index fixed bin,
17 2 gut_filler (46) fixed bin,
18
19 2 gut_global_ctl,
20 3 gut_global_ctl_filler (64) fixed bin,
21
22 2 gut_entry (gut_max_count),
23 3 gut_entry_status fixed bin,
24 3 gut_entry_filler (31) fixed bin;
25
26