1 /* BEGIN INCLUDE FILE dm_ci_constants.incl.pl1 */
 2 
 3 /* DESCRIPTION:
 4 
 5         This include file contains constants used with the ci and
 6    ci_header structures.
 7 */
 8 
 9 /* HISTORY:
10 Written by Matthew Pierret, 11/07/84.
11 Modified:
12 */
13 
14 /* format: style2,ind3 */
15 
16 
17      dcl     MAX_CI_NUM             fixed bin (27) static options (constant) init (134217727);
18      dcl     CI_STAMP_VERSION_1     bit (9) aligned static options (constant) init ("641"b3);
19      dcl     TEMPLATE_CI_STAMP_1    fixed bin (71) static options (constant) init (-876220343501203701760);
20      dcl     (SIZE_CODE_1024_WORDS, CI_SIZE_CODE_1024_WORDS)
21                                     bit (9) aligned static options (constant) init ("060"b3);
22 
23 /* END INCLUDE FILE dm_ci_constants.incl.pl1 */