1           /* BEGIN dm_bj_static.incl.pl1 */
 2 /*
 3 Modified:
 4 10/04/82 by Lee A. Newcomb:  To change from internal static to external
 5             static.
 6 */
 7 
 8 dcl dm_system_data_$bj_max_n_journals             fixed bin ext static;
 9 dcl dm_system_data_$bj_max_n_processes            fixed bin ext static;
10 dcl dm_system_data_$max_n_transactions     fixed bin ext static;
11 
12           /* END dm_bj_static.incl.pl1 */
13