1
2
3
4
5 dcl 1 gfms_catrec_0 aligned based (cat_ptr),
6
7
8 2 type bit(6)unal,
9 2 smc_section_no fixed bin(5)unsigned unal,
10 2 userno fixed bin(7)unsigned unal,
11 2 dupl_sector_no fixed bin(18)unsigned unal,
12
13 2 sector_pointers,
14
15
16 3 next_llink_sector_org fixed bin(18)unsigned unal,
17 3 next_llink_sector_dupl fixed bin(18)unsigned unal,
18
19
20 3 prior_llink_sector_org fixed bin(18)unsigned unal,
21 3 prior_llink_sector_dupl fixed bin(18)unsigned unal,
22
23
24 3 prior_cat_sector_org fixed bin(18)unsigned unal,
25 3 prior_cat_sector_dupl fixed bin(18)unsigned unal,
26
27
28 3 cat_contin_sector_org fixed bin(18)unsigned unal,
29 3 cat_contin_sector_dupl fixed bin(18)unsigned unal,
30
31
32 2 spec_perm_sector_org fixed bin(18)unsigned unal,
33 2 spec_perm_sector_dupl fixed bin(18)unsigned unal,
34
35
36 2 catname bit(72),
37
38
39 2 creator_name bit(72),
40
41
42 2 password bit(72),
43
44
45 2 create_date bit(36),
46
47
48 2 modified_date bit(36),
49
50
51 2 fms_junk bit(36),
52
53
54 2 gen_perm,
55 3 perms bit(36),
56
57
58 2 resv3 (2) fixed bin(35),
59
60
61 2 entry (15),
62 3 name bit(72),
63 3 not_on_this_device bit(1)unal,
64 3 entry_is_catalog bit(1)unal,
65 3 description_llink_dupl bit(16)unal,
66 3 description_sector_org fixed bin(18)unsigned unal,
67
68
69 2 cksm bit(36);
70
71