1 /* Begin include file ... config_field_codes.incl.pl1 ... 4/80 MRJ */
2 
3 dcl  OCTAL_CONFIG_FIELD fixed bin static options (constant) init (0);
4 dcl  A_THRU_H_CONFIG_FIELD fixed bin static options (constant) init (1);
5 dcl  ASCII_CONFIG_FIELD fixed bin static options (constant) init (2);
6 dcl  DECIMAL_CONFIG_FIELD fixed bin static options (constant) init (3);
7 
8 /* End include file ... config_field_codes.incl.pl1 */