1 
 2 /* BEGIN INCLUDE FILE ... cobol_ddal_diag_values.incl.pl1 */
 3 /* Last modified on 06/10/77 by ORN */
 4 
 5 dcl warn_UNEQUAL_SIZE_REDEFINES         fixed bin static options(constant) init(150);
 6 dcl warn_REC_EXCEEDS_DEVICE_LIMIT       fixed bin static options(constant) init(156);
 7 dcl warn_CODE_SET_VIOLATION             fixed bin static options(constant) init(158);
 8 dcl warn_RECSIZE_TOO_SMALL              fixed bin static options(constant) init(159);
 9 dcl warn_VLR_RECSIZE_EXCEEDED           fixed bin static options(constant) init(160);
10 dcl warn_SPANNED_RECSIZE_EXCEEDED       fixed bin static options(constant) init(161);
11 dcl warn_FLR_RECSIZE_EXCEEDED           fixed bin static options(constant) init(162);
12 dcl warn_BLKSIZE_TOO_SMALL              fixed bin static options(constant) init(163);
13 dcl warn_BLKSIZE_LESS_THAN_RECSIZE      fixed bin static options(constant) init(164);
14 dcl warn_BLKSIZE_NOT_MULT_OF_RECSIZE    fixed bin static options(constant) init(165);
15 dcl obs_BLKSIZE_ADJUSTED                fixed bin static options(constant) init(166);
16 dcl obs_RECSIZE_ADJUSTED                fixed bin static options(constant) init(167);
17 dcl obs_CRASIZE_ADJUSTED                fixed bin static options(constant) init(168);
18 dcl warn_MIN_RECSIZE_MISSING            fixed bin static options(constant) init(169);
19 dcl warn_RECSIZE_INCONSISTENT           fixed bin static options(constant) init(170);
20 dcl obs_BLOCKING_IGNORED                fixed bin static options(constant) init(171);
21 dcl obs_GREATER_SIZE_REDEFINES          fixed bin static options(constant) init(172);
22 dcl obs_ALLOC_ADJUSTED                  fixed bin static options(constant) init(173);
23 dcl obs_IMPLICIT_SYNC                   fixed bin static options(constant) init(174);
24 dcl obs_IMPLICIT_SYNC_IN_ARRAY          fixed bin static options(constant) init(175);
25 dcl obs_IMPLICIT_SYNC_FOR_DISPLAY       fixed bin static options(constant) init(176);
26 dcl obs_IMPLICIT_SYNC_FOR_GROUP         fixed bin static options(constant) init(177);
27 dcl obs_PREVIOUS_SYNC                   fixed bin static options(constant) init(179);
28 dcl obs_EXPLICIT_SYNC                   fixed bin static options(constant) init(180);
29 
30 /* END INCLUDE FILE ... cobol_ddal_diag_values.incl.pl1 */
31