I created graphs using PROC GPLOT and had the images saved as a GIF file. I am trying to insert those images in PROC REPORT using the PREIMAGE option. The images insert above the table like I want, however they are a bit small. When I open the GIF file, the graph is normal size, but when its inserted in PROC REPORT, it shrinks it. Is there a way I can stretch the size of the image when you insert it in PROC REPORT?
... View more