1 /*     BEGIN INCLUDE FILE gut_error_table_.incl.pl1     November 1974     RHM     */
 2 
 3 dcl  gut_et_count fixed bin (35) init (10);
 4 
 5 dcl  gut_et (10) char (32) init
 6     ("gcos_account_id not in table",
 7      "",
 8      "gcos_user_table_ destroyed",
 9      "gu table full. Entry not added",
10      "gcos_account_id already in table",
11      "gcos_user_table_ not found",
12      "gcos_user_table_ is empty",
13      "gcos_user_table_ has zero bitct",
14      "gcos_account_id/index disagree",
15      "Table bitct > 0. Can't init");
16 
17 /* END INCLUDE FILE...gut_error_table_.incl.pl1 */