I am looking for a way to continue a shell escape on another line. Here is an example of what happens when I use /// to continue the line:
. ! echo asdf ///
asdf ///
As you can see, the /// seems to be taken as part of the shell command. I also tried /*<cr>*/. and note that -winexec- and -shell- behave in the same way. There is a space before the /// and none after, so that isn't the problem. Interestingly enough, the text of the command is scanned for macros, and macro substitution does take place. I am working with Stata 15 in Windows and Linux.
.
Related Posts with Line continuation in the shell command
intersection variable Code: reghdfe cases_normed i.days#bus_policy_open_risk cases_normed_delay_14days cases_normed_delay…
unbalanced panel data, scores, Tobit, boostrapsalutations. j'ai un panel avec n=13 et T=15. j'ai 9 variables explicatives dont deux que j'utilise …
strongly unbalanced panel: xtlogit vs logit?Dear community, I am benefiting from reading threads across this forum in several technical dimensi…
Problem with ‘marginsplot’ when using margins command with multiple at() predictionsI want to create a "marginsplot" using a continuous independent variable on the x-axis, with predict…
Creating a new variable that combines two variables on STATA 17I have two variables, q5 and q6. I would like to keep all values from q5 and some values from q6 and…
Subscribe to:
Post Comments (Atom)
0 Response to Line continuation in the shell command
Post a Comment