Command Reference : Command Reference
  
 
hconvert
Convert an entire Haver Analytics Database into an EViews database.
Syntax
hconvert haver_path db_name
You must have a Haver Analytics database installed on your computer to use this feature. You must also create an EViews database to store the converted Haver data before you use this command.
Be aware that this command may be very time-consuming.
Follow the command by a full path name to the Haver database and the name of an existing EViews database to store the Haver database. You can include a path name to the EViews database not in the default path.
Examples
dbcreate hdata
hconvert d:\haver\haver hdata
The first line creates a new (empty) database named HDATA in the default directory. The second line converts all the data in the Haver database and stores it in the HDATA database.
Cross-references
See “EViews Databases” for a discussion of EViews and Haver databases.
See also dbcreate, db, hfetch and hlabel.