I would like to declare local values to run a macro, but I think I have a problem with values type.
Code:
local mylist 000 005 010 foreach x of local mylist { clear use mytable gen ageqh=`x' save toto`x' }
toto000, toto005, toto010
0 , 5, 10
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
local mylist 000 005 010 foreach x of local mylist { clear use mytable gen ageqh=`x' save toto`x' }
0 Response to local
Post a Comment