1
2
3
4 dcl NORMAL_SEG init (1) fixed bin internal static options (constant);
5 dcl WHOLE_OBJECT_SEG init (2) fixed bin internal static options (constant);
6 dcl TEXT_ONLY_SEG init (3) fixed bin internal static options (constant);
7 dcl FABRICATED_SEG init (4) fixed bin internal static options (constant);
8 dcl DATA_SEG init (5) fixed bin internal static options (constant);
9 dcl FIRST_SEG init (6) fixed bin internal static options (constant);
10 dcl BOOT_PROGRAM_SEG init (7) fixed bin internal static options (constant);
11
12