Call Execute a Parameterized Include
From sasCommunity
Call Execute a Parameterized Include File or Program
*name : CxInclude.sas;
*description: call execute parameterized include file;
*parameters :;
*input :; *Let CxLibName = &MnOutLib.;
*Let CxMemName = &MnOutData.;
*process :; *Let CxInclude = Project(FreqOfInc);
*Let CxNames = LibName MemName Name Type;
See program CxInclude in the zip file of
http://www.sascommunity.org/wiki/Category:Writing_Testing-aware_Programs
see also: Call Execute a Macro
http://www.sascommunity.org/wiki/Call_Execute_a_Macro
see also: Using Nrstr with Call Execute
--macro maven == the radical programmer 09:01, 10 August 2007 (EDT)
