1 /*        BEGIN INCLUDE FILE ... db_data_map.incl.pl 1   Last modified Nov 72  for  6180  - WSS. */
 2 
 3 
 4 /*        Below are references to the tables found in  db_data.alm.   These are the
 5 *         PL/I  definitions of these tables.
 6 */
 7 
 8 dcl       db_data$n_regs                fixed bin external;
 9 
10 dcl       db_data$names(0:31)           char (4)  aligned   external;
11 
12 dcl       db_data$tags(0:63)            char (4)  aligned   external;
13 
14 dcl       db_data$fault_names (0:31)    char (20) aligned   external;
15 
16 dcl       db_data$acv_names (16)        char (24) aligned   external;
17 
18 dcl       db_data$ipr_names (7)         char (24) aligned   external;
19 
20 
21 
22 
23 /*        END OF INCLUDE FILE ... db_data_map.incl.pl1   */