I recently upgraded from stata 14.2 to stata 15 and I noticed that the more command does not work anymore. Is it my stupid mistake or does anyone experience a similar problem? And does someone maybe have a solution? Here is a basic sample code:
Stata 15 executes the whole code without stopping and Stata 14.2 always stops at "more" until I press a key.
Thanks a lot.
Best,
Dean
Code:
foreach r in $list { sum emp if sec_`r' == 1 more }
Thanks a lot.
Best,
Dean
Comment