1 /* BEGIN INCLUDE FILE ... system_types.incl.pl1 ... 03/23/81 ... W. Olin Sibert */
2 
3 dcl  L68_SYSTEM     fixed bin (17) internal static options (constant) init (1);
4 dcl  ADP_SYSTEM     fixed bin (17) internal static options (constant) init (2);
5 
6 dcl  SYSTEM_TYPE_NAME (2) char (8) internal static options (constant) init
7     ("Level68", "ADP");
8 
9 /* END INCLUDE FILE ... system_types.incl.pl1 */