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