This isn't my graph but let me use this illustration to explain my request. The Frequency is on the y-axis. In my case, the unit intervals are in thousands so I want to format that axis with the values in the form of 1,000, 2,000, 3,000, 4,000, 5,000 et al with the comma. Since Frequency isn't a variable in the dataset, I can't use the format=comma10. statement. Let me know if you have a solution to this formatting issue.
In addition, I was able to use PROC TEMPLATE to modify the format for a one-way frequency table to include the comma in the numeric output but the PROC TEMPLATE did not work for the two-way frequency table. Any suggestions would be greatly appreciated. Thanks.