1
2
3
4
5 NOTE
6
7
8 dcl attribute_names (0:24) char (20) int static options (constant) init
9 ("none",
10 "administrator",
11 "primary_line",
12 "nobump",
13 "guaranteed_login",
14 "anonymous",
15 "nopreempt",
16 "nolist",
17 "dialok",
18 "multip",
19 "bumping",
20 "brief",
21 "vinitproc",
22 "vhomedir",
23 "nostartup",
24 "no_secondary",
25 "no_prime",
26 "no_eo",
27 "daemon",
28 "",
29 "no_warning",
30 "igroup",
31 "save_pdir",
32 "disconnect_ok",
33 "save_on_disconnect");
34
35 dcl alt_attribute_names (0:24) char (20) int static options (constant) init
36 ("null",
37 "admin",
38 "", "",
39 "guar",
40 "anon",
41 "", "",
42 "dial",
43 "multi_login",
44 "preempting",
45 "",
46 "v_process_overseer",
47 "v_home_dir",
48 "no_start_up",
49 "no_sec",
50 "no_primary",
51 "no_edit_only",
52 "op_login",
53 "",
54 "nowarn",
55 "", "", "",
56 "save");
57
58