1 /* BEGIN INCLUDE FILE dm_bj_names.incl.pl1 */
 2 
 3 dcl  SYSTEM_BJ char (32) internal static options (constant)
 4      init ("dm_default_bj");
 5 
 6 /* SYSTEM_BJ is the name of the before journal to be used by processes
 7    which have not set up their own journals for data management.       */
 8 
 9 
10 dcl  BJ_PST char (16) internal static options (constant) init ("bj_pst_segment");
11 
12 /* BJ_PST is the name of the system wide before journal registration table */
13 
14 /* END INCLUDE FILE dm_bj_names.incl.pl1 */