Object Reference : Object View and Procedure Reference : System
  
 
makemodel
Make a model from a system of equations.
Syntax
system_name.makemodel(name) assign_statement
If you provide a name for the model in parentheses after the keyword, EViews will create the named model in the workfile. If you do not provide a name, EViews will open an untitled model window if the command is executed from the command line.
Examples
sys3.makemodel(sysmod) @prefix s_
makes a model named SYSMOD from the estimated system. SYSMOD includes an assignment statement “ASSIGN @PREFIX S_”. Use the command “show sysmod” or “sysmod.spec” to open the SYSMOD window.
Cross-references
See “Models” for a discussion of specifying and solving models in EViews.
See also System::append, Model::merge and Model::solve.