1 /* heals_arg_info.incl.pl1 contains the declaration 2 of the argument structure passed between heals releated utilities. 3 Created January 1976 by A. R. Downing */ 4 dcl 1 heals_arg_info aligned, 5 2 iocbp ptr, 6 2 report_iocbp ptr, 7 2 err_nb fixed bin (35), 8 2 info_selection bit (72) unal, 9 2 report_name char (64) varying, 10 2 heals_log_path_name char (168), /* path name of the heals log */ 11 2 system_id char (32) varying, 12 2 installation_id char (32) varying, 13 2 from_seq fixed bin (35), /* beginning seq_num */ 14 2 to_seq fixed bin (35), /* ending seq_num */ 15 2 from_time fixed bin (71), /* beginning of desired time period */ 16 2 to_time fixed bin (71); /* end of desired time period */ 17 /* end heals_arg_info. */