Object Reference : Object View and Procedure Reference : Spool
  
 
name
Rename an object in a spool.
Syntax
spool_name.name object_arg new_name
where object_arg is the name or the position of the object to be renamed, and new_name specifies the new name. new_name should follow EViews’ standard naming conventions. Note that the case will be discarded; for case-sensitive names, use the Spool::displayname command.
Examples
spool01.name untitled01 tab1
renames the object UNTITLED01 to TAB1.
Cross-references
For additional discussion of spools see “Spool Objects”.
See also Spool::displayname.