LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 9 Jun 2008 20:53:03 -0400
Reply-To:   Jayakumar Ramachandra <jayakumarreddy@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jayakumar Ramachandra <jayakumarreddy@GMAIL.COM>
Subject:   ods rtf

i want to select 3 outputs from a macro that i run three times and send it to three different rtf files. is there any other way other than running the entire program thrice by mentioning three different rtf destinations?

Would something like this be the solution?

ODS rtf(1) file.... ods select.... ODS rtf(2) file.... ods select.... ODS rtf(3) file.... ods select....

Thank you Jay


Back to: Top of message | Previous page | Main SAS-L page