Imports the binary output file previously exported using the DATAEXPORT "Binfile" calculation command.
DATAIMPORTBIN fileName;
| fileName |
Full path name for the binary input file to be imported. |
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.
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.