Converts numeric values to fractions.
specifies the width of the output field.
----+----1
select put(0.6666666667,fract8.);
2/3
select put(0.2784,fract8.);
174/625