SAS program top


/ Published in: SAS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. %let Root=Z;
  2.  
  3. options nodate nonumber;
  4.  
  5. libname p "&Root:\Feb08\sas\pathways";
  6.  
  7. goptions reset=all htitle=3 htext=3 ftext=swiss ftitle=swiss;
  8. axis1 label=(a=90 f=swiss h=3) minor=none w=2 major=(h=2 w=2);
  9. axis2 label=(f=swiss h=3) minor=none w=2 major=(h=1.5 w=2);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.