1 /* BEGIN mrds_trel_info.incl.pl1 -- RDL, 11/10/77 */ 2 3 dcl 1 trel_info aligned based (dbcb.trel_info_ptr), /* temp rel static data */ 4 2 version fixed bin (35), 5 2 fd_ptr (mrds_data_$max_sets) ptr; /* Temp file file desc pointers */ 6 7 dcl trel_version int static options (constant) init (1); 8 9 /* END mrds_trel_info.incl.pl1 */ 10