* Extract.F -- include file for Extract * Pat Rankin, Oct'88 * C miscellaneous global parameters common /extract_params/ & block_mode, start_val, end_val, count_val, & detab, xlate, buffer_required, direct_access, & non_span, lrecl, last_record, identify, use_vfc, & edit logical block_mode, detab, & buffer_required, direct_access, non_span integer identify, xlate, use_vfc !(0,1,or 2) integer *4 start_val, end_val, count_val, & lrecl, last_record, edit C dynamic arrays for command line list processing common /dyn_list/ & inp_list, inp_siz, inp_cnt, & col_list, col_siz, col_cnt integer *4 inp_list, inp_siz, inp_cnt, & col_list, col_siz, col_cnt