Call Execute a Macro
From sasCommunity
Use CALL EXECUTE to launch a Macro
*name: CxMacro.sas; *description: for every row in a list; * call execute a macro ; %Macro CxMacro (CxLibName = LibWork ,CxMacro = TestMacro ,CxMemName = listnames ,CxNames = LibName MemName Name Type ,Testing = 0 ) / des = 'for each row in list call execute macro' ;
See program CxMacro in the zip file of Writing Testing Aware Programs
see also: Call Execute a Parameterized Include File or Program
see also: Using Nrstr with Call Execute
