1
2
3
4
5
6
7 dcl BCE_PART_LTH init (2200) fixed bin internal static options (constant);
8 dcl SAVED_IMAGE_RECORDX init (0) fixed bin internal static options (constant);
9 dcl CRASH_HANDLER_RECORDX init (512) fixed bin internal static options (constant);
10 dcl BCE_PAGING_AREA_RECORDX init (1024) fixed bin internal static options (constant);
11 dcl BCE_PAGING_AREA_LTH init (128) fixed bin internal static options (constant);
12 dcl MST_AREA_RECORDX init (1152) fixed bin internal static options (constant);
13
14