Running an prg file in a loop
Posted: Mon Feb 20, 2017 2:57 am
Hi,
My loop stops after the first iteration when i run a prg file in the loop.
Could someone let me know what is wrong with the loop code? A simplified code of my loop is as follows:
for %x abc def ghi
series y = y_{%x}
series x = x_{%x}
run regression.prg
next
----------------------
The regression.prg can run with no problems.
Thanks and regards
Jian Xiang
My loop stops after the first iteration when i run a prg file in the loop.
Could someone let me know what is wrong with the loop code? A simplified code of my loop is as follows:
for %x abc def ghi
series y = y_{%x}
series x = x_{%x}
run regression.prg
next
----------------------
The regression.prg can run with no problems.
Thanks and regards
Jian Xiang