1 /* BEGIN INCLUDE FILE mrds_dsm_skip_table.incl.pl1 (Davids Multics) 05/29/81 1008.3 mst Fri */ 2 3 /* lrk_pl1_dpda 05/29/81 1008.3 mst Fri 4 Input: >udd>Demo>dbm_test>new_data_bases>Davids>submodels>s>mrds_dsm_parse 5 Output: >udd>Demo>dbm_test>new_data_bases>Davids>submodels>s>mrds_dsm_skip_table.incl.pl1 6 */ 7 dcl skip_v1 (2)fixed bin (24) static int options (constant) init ( 8 7, 2 9 ); 10 dcl skip_v2 (2)fixed bin (24) static int options (constant) init ( 11 1, 0 12 ); 13 14 /* END INCLUDE FILE mrds_dsm_skip_table.incl.pl1 */