I am exporting graphs to pdf by using ods statement. In the output file, the values on the y axis are very large values(10000000000), so in the output file, that values are converted to exponential values(ex:1.00E+08).......so i dont want these values.....the values i need is the original numberi.e 10000000000.
Apply a SAS FORMAT statement to your variable, as needed, for output formatted displays. Also, with your SAS code that generates the PDF document, you may be able to specify alternate font attributes. Search the SAS support http://support.sas.com/ website for details, documentation, and example code.
Scott Barry
SBBWorks, Inc.
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.