1 /* declaration of the misc charges file */ 2 3 dcl 1 misc_file based (miscfilep) aligned, 4 2 misc_ents fixed bin, 5 2 padmisc (7) fixed bin, 6 2 misctab (100), 7 3 mdate fixed bin (71), 8 3 mproj char (12), 9 3 mamt float bin, 10 3 mpad fixed bin (71), 11 3 mdesc char (64); 12 13 /* end miscfile */