LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (August 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 15 Aug 2008 07:32:30 -0700
Reply-To:     eanna.mac.con.iomaire@GOOGLEMAIL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         eanna.mac.con.iomaire@GOOGLEMAIL.COM
Organization: http://groups.google.com
Subject:      Re: force recompile of autocall macros
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

ah ok, I hadn't mentioned testing so didn't know what you were on about. yes of course I test. I use futs. Nice piece of work. Thanks, E

On Aug 14, 8:00 pm, r...@CDC.GOV ("Fehd, Ronald J. (CDC/CCHIS/NCPHI)") wrote: > > From:eanna.mac.con.iomaire > > > 'running the test programs'. Can you elaborate. > > you read the page? > > http://www.sascommunity.org/wiki/Writing_Testing_Aware_Programs > > - - - MyProgram.sas - - - > * program; > > - - - MyProgram-Test.bat - - - > sas MyProgram-Test > > - - - MyProgram-Test.sas - - - > title2 MyProgram-Test; > > * make test data with outliers, boundary conditions, etc.; > > %Let Data = sashelp.class; > > %Include Project(MyProgram); > *or; > %*MyProgramMacro(data = ...); > > PROC SQL; describe table Work.MyProgramOutputDataSet; > quit; > > PROC Print data = Work.MyProgramOutputDataSet(obs = 20); > title3 Work.MyProgramOutputDataSet; > > Ron Fehd the testing-unit > and testing-integration > and macro maven CDC Atlanta GA USA RJF2 at cdc dot gov


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