1
2
3
4
5 dcl (
6 REGISTRY_ACS_PATH_KEY init ("!ACS_paths"),
7 REGISTRY_AIM_RANGE_KEY init ("!AIM_ranges"),
8 REGISTRY_ATTRIBUTES_KEY
9 init ("!attributes"),
10 REGISTRY_CHARGE_TYPE_KEY
11 init ("!charge_types"),
12 REGISTRY_COMMENT_KEY init ("!comments"),
13 REGISTRY_FREE_KEY init ("!free"),
14 REGISTRY_HEADER_KEY init ("!header"),
15 REGISTRY_LOCATION_KEY init ("!locations"),
16 REGISTRY_NAME_KEY_HEAD init ("!N."),
17 REGISTRY_OWNER_KEY_HEAD
18 init ("!O."),
19 REGISTRY_SYSTEM_KEY init ("!system"),
20 REGISTRY_UID_KEY_HEAD init ("!U.")
21 ) static char (16) varying options (constant);
22
23
24