1 /* BEGIN INCLUDE FILE: dm_bj_header.incl.pl1 */ 2 /* 3 Currently a BJ header (CI0 of the BJ PF) is just like a bj_pst entry for the journal. 4 5 Written by Andre Bensoussan June/July 1982 6 Modified: 7 09/29/82 by Lee A. Newcomb: To make force alignment appropriately. 8 */ 9 /* format: style4,indattr,idind33,^indcomtxt */ 10 11 dcl BJ_UPDATE_FREQUENCY fixed bin internal static init (10); 12 13 dcl bj_header_ptr ptr; 14 15 dcl 1 bj_header based (bj_header_ptr) aligned like bj_pste; 16 17 /* END INCLUDE FILE: dm_bj_header.incl.pl1 */