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 (October 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 25 Oct 2007 11:16:53 -0400
Reply-To:     Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Subject:      Re: Compare rtf files in SAS

RTF is a binary construct. I think it depends on what you understand as "equal". Does that mean, each byte is the same like in the other file? Or the contents (text)? If it is the content, you should compare the SAS data, which lead to the RTF files. If it is binray, I think there are several free- or shareware tools to do that. In SAS? Maybe you could read the RTF as raw-file in a SAS file with one variable. Then you could use PROC COMPARE. Don't know, if that works. Gerhard

On Thu, 25 Oct 2007 07:55:19 -0700, Monk <venkateshnt@GMAIL.COM> wrote:

>Hi everyone, > >Is there a way in SAS to compare two rtf files, created by SAS ODS. >How do I have to read those rtf files to compare? Is any body having >sample programs to do this, I couldn't find one on web? Please let me >know. > >Any suggestions will be greatly appreciated. > >Thanks! >Monk


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