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 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 10 Aug 2007 09:50:51 -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:   tip: Writing Testing-aware Programs
Content-Type:   text/plain; charset=us-ascii

http://www.sascommunity.org/wiki/Category:Writing_Testing-aware_Programs

title: Writing Testing-aware Programs that Self-Report When Testing Options are True

author: Ronald J. Fehd

summary:

* predecessor: FreqAll

http://www2.sas.com/proceedings/forum2007/028-2007.pdf

* provides set of testing programs

* provides examples to implement demo version of FreqAll as

* parameterized includes

* macros

topics:

* options echoauto, mprint, source2 and verbose

* using %sysfunc(getoption(<OptName>)) to test option values in programs

* using parameterized includes

* using macros

information:

* using call execute to call macros

* using call execute to call parameterized includes

* using call execute with macro function nrstr

see also: http://www.sascommunity.org/wiki/Category:Call_Execute

zip: contains 46 programs

* programs shown in paper

* R&D demo programs

* <program>-Test

* .bat for each .sas

* .cfg

* .pdf: Writing_Testing-aware_Programs.pdf 20 pages

Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov


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