1 /* BEGIN INCLUDE FILE dm_cm_basic_ci_const.incl.pl1 */
 2 
 3 /* DESCRIPTION:
 4 
 5    Contains constants useful in describing parts of a basic control interval.
 6 */
 7 
 8 /* HISTORY:
 9 Written by Matthew Pierret, 09/20/84.
10 Modified:
11 */
12 
13      dcl     FREE_SLOT              init (0) fixed bin (15) uns internal static options (constant);
14      dcl     BCI_HEADER_LENGTH_IN_BYTES
15                                     init (20) fixed bin internal static options (constant);
16      dcl     DATUM_POSITION_TABLE_OFFSET_IN_BYTES
17                                     init (20) fixed bin internal static options (constant);
18 
19 
20 /* END INCLUDE FILE dm_cm_basic_ci_const.incl.pl1 */