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 (August 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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