From: William Shakespeare on
I have some numeric data that I want to output to a text file. Some of
the data display as scientific notation in when I go to the table viewer
in SAS. I would like to format these as 7.4. I have tried:

put varname 7.4 ;

to reformat the data but it still appears as scientific notation in the
text file. How can I obtain the the data as 7.4 in my text file?