Writes numeric values in scientific notation.
specifies the width of the output field.
----+----1----+
select put(1257,e10.);
1.257E+03
select put(-1257,e10.);
-1.257E+03