1 
 2 /*  BEGIN INCLUDE FILE ...   cobol_mcdb.incl.pl1   */
 3 /*  Last modified on 10/31/74 by tlf  */
 4 
 5 /*  DECLARATION OF MCOBOL DEBUGGING SWITCHES  */
 6 
 7 dcl   cobol_mcdb_enable bit (1) ext static;
 8 dcl   cobol_mcdb_flag (1:100) bit (1) ext static;
 9 
10 /*  ASSIGNMENT OF DEBUGGING SWITCHES  */
11 
12 
13 dcl mcdb_compare_gen fixed bin int static         init (1);
14 dcl mcdb_compute_gen fixed bin int static         init (2);
15 dcl mcdb_bldresop fixed bin int static            init (3);
16 
17 
18 /*  END INCLUDE FILE...   cobol_mcdb.incl.pl1  */
19