1 2 /* BEGIN INCLUDE FILE ... cobol_special_dcls.incl.pl1 */ 3 /* last modified on 11/20/74 */ 4 dcl bits_per_char fixed bin static internal init (9); 5 dcl bits_per_word fixed bin static internal init (36); 6 dcl one_word_in_bits bit (36) static internal; 7 dcl chtbl (343) fixed bin(24) based(ptr4); 8 dcl cma (14) fixed bin(24) based(ptr4); 9 dcl cntbuf (250) fixed bin(24) based(ptr4); 10 dcl cntbuf2 (125) fixed bin(24) based(ptr4); 11 dcl chtbl_item (7) fixed bin(24) based; 12 /* END INCLUDE FILE ... cobol_special_dcls.incl.pl1 */ 13