1      dcl     bumping_count          static internal options (constant) init (-14);
 2      dcl     rollback_action        static options (constant) init (-13);
 3      dcl     adjust_action          static options (constant) init (-12);
 4      dcl     unshared_opening       static internal fixed options (constant) init (-11);
 5      dcl     non_eof_delete         static internal fixed options (constant) init (-10);
 6      dcl     free_action            static options (constant) init (-10);
 7      dcl     write_trunc            static internal fixed options (constant) init (-9);
 8      dcl     allocate_action        static options (constant) init (-9);
 9      dcl     reassigning_key        static options (constant) init (-8);
10      dcl     read_exclude           static options (constant) init (-7);
11      dcl     adding_record          static options (constant) init (-6);
12      dcl     deleting_key           static options (constant) init (-5);
13      dcl     adding_key             static options (constant) init (-4);
14      dcl     delete_action          static options (constant) init (-3);
15      dcl     eof_delete             static internal fixed options (constant) init (-3);
16      dcl     replace_action         static options (constant) init (-2);
17      dcl     rewrite_action         static internal fixed options (constant) init (-2);
18      dcl     insert_action          static options (constant) init (-1);
19      dcl     append_action          static internal fixed options (constant) init (-1);
20      dcl     truncate_action        static internal fixed options (constant) init (1);
21      dcl     must_adjust            static internal fixed options (constant) init (2);
22      dcl     must_rollback          static internal fixed options (constant) init (3);