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
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
|