1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28 dcl 1 gcos_fault_names static internal options(constant),
29 2 TC ( 222) char(1) init(
30 "d","e","r","a","i","l","m","m","e","3","m","m","e","4",
31 "f","a","u","l","t","_","t","a","g","_","1","i","l","l",
32 "e","g","a","l","_","p","r","o","c","e","d","u","r","e",
33 "i","l","l","e","g","a","l","_","m","o","d","i","f","i",
34 "e","r","l","i","n","k","a","g","e","_","e","r","r","o",
35 "r","f","a","u","l","t","_","t","a","g","_","3","s","e",
36 "g","_","f","a","u","l","t","_","e","r","r","o","r","p",
37 "a","g","e","_","f","a","u","l","t","_","e","r","r","o",
38 "r","g","a","t","e","_","e","r","r","o","r","s","t","o",
39 "r","e","p","a","r","i","t","y","u","n","d","e","r","f",
40 "l","o","w","f","i","x","e","d","o","v","e","r","f","l",
41 "o","w","o","v","e","r","f","l","o","w","z","e","r","o",
42 "d","i","v","i","d","e","l","o","c","k","u","p","o","p",
43 "_","n","o","t","_","c","o","m","p","l","e","t","e","o",
44 "u","t","_","o","f","_","b","o","u","n","d","s","i","l",
45 "l","e","g","a","l","_","o","p","c","o","d","e"),
46 2 TL ( 21),
47 3 lk fixed bin(24) init(
48 ( 14) 0,
49 ( 7) 0),
50 3 fc fixed bin(24) init(
51 1, 7, 11, 15, 26, 43, 59, 72, 83, 98, 114, 124, 129, 135,
52 144, 157, 165, 175, 181, 196, 209),
53 3 ln fixed bin(24) init(
54 6, 4, 4, 11, 17, 16, 13, 11, 15, 16, 10, 5, 6, 9,
55 13, 8, 10, 6, 15, 13, 14),
56 2 THL (0: 88) fixed bin(24) init(
57 0, 1,( 9) 0, 20, 0, 0,
58 ( 3) 0, 10,( 6) 0, 18,( 3) 0,
59 7,( 4) 0, 9,( 3) 0, 13,( 4) 0,
60 17, 21,( 3) 0, 11, 15, 0, 6, 5,( 4) 0,
61 ( 3) 0, 14, 16, 0, 19, 0, 4, 0, 8,( 3) 0,
62 ( 4) 0, 2, 3,( 3) 0, 12,( 4) 0,
63 ( 5) 0);
64
65