1 /*  BEGIN INCLUDE ... dfast_error_codes.incl.pl1  */
 2 
 3 dcl  error_alt_empty fixed bin (35) int static init (1)options (constant);
 4 dcl  error_max_size fixed bin (35) int static init (2)options (constant);
 5 dcl  error_cur_empty fixed bin (35) int static init (3)options (constant);
 6 dcl  error_not_saved fixed bin (35) int static init (4)options (constant);
 7 dcl  error_name_dup fixed bin (35) int static init (5)options (constant);
 8 dcl  error_long_rec fixed bin (35) int static init (6)options (constant);
 9 dcl  error_unknown_arg fixed bin (35) int static init (7)options (constant);
10 dcl  error_no_expl fixed bin (35) int static init (8)options (constant);
11 dcl  error_bad_name fixed bin (35) int static init (9)options (constant);
12 dcl  error_bad_req fixed bin (35) int static init (10)options (constant);
13 dcl  error_syntax_string fixed bin (35) int static init (11)options (constant);
14 dcl  error_name_miss fixed bin (35) int static init (12)options (constant);
15 dcl  error_no_comp fixed bin (35) int static init (13)options (constant);
16 dcl  error_no_main fixed bin (35) int static init (14)options (constant);
17 dcl  error_block_spec fixed bin (35) int static init (15)options (constant);
18 dcl  error_obj_nop fixed bin (35) int static init (16)options (constant);
19 dcl  error_sav_cur fixed bin (35) int static init (17)options (constant);
20 dcl  error_bad_type fixed bin (35) int static init (18)options (constant);
21 dcl  error_unkn_sys fixed bin (35) int static init (19)options (constant);
22 dcl  error_no_suffix fixed bin (35) int static init (20)options (constant);
23 dcl  error_no_nl fixed bin (35) int static init (21)options (constant);
24 dcl  error_bad_sort fixed bin (35) int static init (22)options (constant);
25 dcl  error_no_num fixed bin (35) int static init (23)options (constant);
26 dcl  error_line_miss fixed bin (35) int static init (24)options (constant);
27 dcl  error_request_miss fixed bin (35) int static init (25)options (constant);
28 dcl  error_bad_line fixed bin (35) int static init (26)options (constant);
29 dcl  error_no_string fixed bin (35) int static init (27)options (constant);
30 dcl  error_line_order fixed bin (35) int static init (28)options (constant);
31 dcl  error_max_lines fixed bin (35) int static init (29)options (constant);
32 dcl  error_bad_pathname fixed bin (35) int static init (30)options (constant);
33 dcl  error_access_mode fixed bin (35) int static init (31)options (constant);
34 dcl  error_delimiter_miss fixed bin (35) int static init (32)options (constant);
35 dcl  error_size_fixed_record fixed bin (35) int static init (33)options (constant);
36 dcl  error_bad_rec_len fixed bin (35) int static init (34)options (constant);
37 dcl  error_string_size fixed bin (35) int static init (35)options (constant);
38 dcl  error_max_line_number  fixed bin (35) int static init (36)options (constant);
39 dcl  error_max_args fixed bin (35) int static init (37)options (constant);
40 dcl  error_name_sys fixed bin (35) int static init (38)options (constant);
41 dcl  error_dprint_map fixed bin (35) int static init (39)options (constant);
42 dcl  error_max_num fixed bin (35) int static options (constant) init (40);
43 dcl  error_edit_max_num fixed bin (35) int static options (constant) init (41);
44 dcl  error_un_num_text fixed bin (35) int static options (constant) init (42);
45 dcl  error_no_new_line fixed bin (35) int static options (constant) init (43);
46 
47 /* END INCLUDE ... dfast_error_codes.incl.pl1 */