|
You can try:
ods printer pdf file="whatever.pdf";
greplay_stuff;
ods printer close;
On Thu, 19 Nov 2009 10:49:32 -0600, OR Stats <stats112@GMAIL.COM> wrote:
>Hello:
>
>Is there code that we can export our SAS GRAPH as a .PDF file? I use PROC
>GREPLAY to overlay the curves onto one graph.
>
>Thank you!
>
|