Page 1 of 1

do multiple syntax command in the same time

Posted: Sun Sep 08, 2013 6:48 am
by Lhin
In stata, we can use " CTRL + d" to run multiple syntax in do.file, or just paste those syntax and Enter.

Can I do this in Eviews?
I tried to highlight the overall command and pressed Enter but only the first command was activated.
There are about 80 syntax commands and i hope there is shortcut for this.

Thankyou, :oops:

Re: do multiple syntax command in the same time

Posted: Sun Sep 08, 2013 7:05 am
by EViews Gareth
Copy and paste from the command window into a program.

Re: do multiple syntax command in the same time

Posted: Sun Sep 08, 2013 7:54 pm
by Lhin
the command window into a program\

you mean the blank area in eviews, right? yes i copied and pasted a number of commands, for examples,

genr lsagri=log(sagri)
genr lsmanu=log(manu)
genr lselec=log(elec)
genr lscons=log(cons)
genr lswhol=log(whol)
... etc

i pressed Enter at the end of these equations one by one. How to activate them simultaneously?

Thanks for your previous comment :wink:

Re: do multiple syntax command in the same time

Posted: Mon Sep 09, 2013 2:05 am
by EViews Gareth
File->New->Program