Thursday, December 20, 2018

Converting multiple files´ variables to string

I have several .dta files in a folder. For each file, how can I convert all the variables to string? That is, I want to apply the following code to all files.
Code:
tostring *, replace

No comments:

Post a Comment