Command Reference : Command Reference
  
 
close
Close object, program, or workfile.
Closing an object eliminates its window. If the object is named, it is still displayed in the workfile as an icon, otherwise it is deleted. Closing a program or workfile eliminates its window and removes it from memory. If a workfile has changed since you activated it, you will see a dialog box asking if you want to save it to disk.
Syntax
close option_or_name
Options
option_or_name may be either an object name or one of the following options:
 
@all
Close down everything. This is the same as clicking on Close All from the EViews main menu.
@objects
Close down all objects. This is the same as clicking on Close All Objects from the EViews main menu.
@wf
Close down all open workfiles.
@db
Close down all open databases.
@prg
Close down all open program files.
Examples
close gdp graph1 table2
closes the three objects GDP, GRAPH1, and TABLE2.
lwage.hist
close lwage
opens the LWAGE window and displays the histogram view of LWAGE, then closes the window.
close @all
closes all windows within EViews.
close @objects
closes all objects in EViews, leaving workfiles, programs, and database windows open.
Cross-references
See “Introduction” for a discussion of basic control of EViews.
See also exit and save.