DATAIMPORTBIN

Imports the binary output file previously exported using the DATAEXPORT "Binfile" calculation command.

Syntax

DATAIMPORTBIN fileName;

fileName

Full path name for the binary input file to be imported.

Description

You can use DATAIMPORTBIN to import previously exported binary files. For example, you can use DATAEXPORT "Binfile" and DATAIMPORTBIN as a method for data backup and recovery.

Notes

Example

DATAIMPORTBIN e:\january\sales.bin;
Specifies the binary file e:\january\sales.bin is to be imported to the database for which the calculation script is being run.

See Also

DATAEXPORT
SET DATAIMPORTIGNORETIMESTAMP