[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sas-l
Subject:    ODS PDF
From:       Ron Smith <rsmith () PCC ! EDU>
Date:       2002-07-31 23:27:14
[Download RAW message or body]

I used this code to generate a .pdf.  Looks good, but when I open it in
Acrobat Reader it has a lime green background.  I'd like for it to have a
whilte background, which the style=minimal does with ODS RTF.

Any hints out there in SAS Land?

thanks

Ron

ods pdf file='c:xxxx\xxxxx\xxxxx\xxxx.pdf'
style=minimal startpage=off;
   %macro runtblA;
     %do i=2 %to 45;
         PROC TABULATE order=formatted FORMAT=9.1;
         CLASS Q&i admin_unit ;
         TABLE    admin_unit=' '  all='All Respondents',
         all=' '*f=4.0  q&i*(PCTN<q&i>)  / Box='Administrative Unit';
         KEYLABEL PCTN='%';
                 Title ' ';
         Run;
      %end;
   %mend;
   %runtbla;
ods pdf close;;

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic