I'm trying to run the following code to create a loop of creating multiple folders at once.
This is an example
Code:
 
local dir "C:\Users\"
local d "AA AB"
foreach x in `d'{
mkdir "C:\Users/`d'"
}
Any help is appreciated! Thanks!
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 dir "C:\Users\"
local d "AA AB"
foreach x in `d'{
mkdir "C:\Users/`d'"
}
 Panel dataset: replacing values conditional to groupHello everyone!
I have a panel dataset with year, countries and indicator's estimates, this is my da…
Panel dataset: replacing values conditional to groupHello everyone!
I have a panel dataset with year, countries and indicator's estimates, this is my da…  Thesis methodology problemI am trying to write my thesis, but I am having some massive problems with processing the data in st…
Thesis methodology problemI am trying to write my thesis, but I am having some massive problems with processing the data in st…  multinomial logistic regression using panel data - femlogit not workingDear all,
I am trying to perform a multinomial logistic regression with fixed effects (I am working…
multinomial logistic regression using panel data - femlogit not workingDear all,
I am trying to perform a multinomial logistic regression with fixed effects (I am working…  panel unit root testsHello,
How do I know what is the right way to conduct unit root tests for panel data because I trie…
panel unit root testsHello,
How do I know what is the right way to conduct unit root tests for panel data because I trie…  Identifying segments based on binary variableDear Statalist,
For a panel of 60 countries I need to calculate the average for every 'segment' of…
Identifying segments based on binary variableDear Statalist,
For a panel of 60 countries I need to calculate the average for every 'segment' of… 
0 Response to Use local macro and mkdir to create multiple folders
Post a Comment