Date: Thu, 14 Aug 2008 15:00:33 -0400
Reply-To: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject: Re: force recompile of autocall macros
In-Reply-To: <860c00aa-0dfb-4b4c-be8b-651844b7c69b@k37g2000hsf.googlegroups.com>
Content-Type: text/plain; charset=us-ascii
> 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