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 (September 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 30 Sep 2008 09:13:40 -0600
Reply-To:   Alan Churchill <savian001@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Alan Churchill <savian001@GMAIL.COM>
Subject:   Re: Has anyone got a file compare utility written in sas?
In-Reply-To:   <a8ced3d8-a2c2-4c74-876d-c9099fe13b96@k37g2000hsf.googlegroups.com>
Content-Type:   text/plain; charset="us-ascii"

I use UltraCompare a lot and love it.

Alan

Alan Churchill Savian www.savian.net

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Richard A. DeVenezia Sent: Tuesday, September 30, 2008 7:03 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Has anyone got a file compare utility written in sas?

On Sep 30, 5:25 am, RolandRB <rolandbe...@hotmail.com> wrote: > Has anyone got a file compare utility written in sas? It's not often I > ask for such a utlity (or macros) since I have collected so many > macros but such a utility would be useful for validation work on my > sas macros. This is for "files" and not datasets. Input lengths will > need to go to maximum line size (256) but if it is not restricted to > this then so much the better.

Personally use Beyond Compare (http://www.scootersoftware.com/) There are numerous others including one by IDM (ultraedit) and an open source one (http://www.winmerge.org/)

You should also consider using Tortoise SVN (Subversion) to manage your source code development. It will also perform delta comparisons between versions. Use Lex Jansens site (http://www.lexjansen.com/ sugi) to search for papers about CVS or SVN

- Richard A. DeVenezia http://www.devenezia.com


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