1 03/05/76  convert_numeric_file
 2 
 3 Syntax:  convert_numeric_file old_path new_path {-control_arg}
 4 
 5 
 6 Function: Converts random numeric files used by BASIC and FORTRAN programs from
 7 single to double precision and vice versa using PL/I conversion rules.
 8 
 9 
10 Arguments:
11 old_path
12    is the pathname of the original file.
13 new_path
14    is the pathname of the converted file.
15 
16 
17 Control arguments:
18 -double_precision, -dp
19    convert from single to double precision (default).
20 -single_precision, -sp
21    convert from double to single precision.