-- File name: _IMPORT__V.DMS -- Author: -- Date: -- Descr: ------------------------------------------------------------------------- SET LOG C:\LOG\_IMPORT__LOG.LOG; SET INPUT C:\DATA_FOLDER\__DATA.DAT; -- 1. DELETE ; DELETE ; -- 2. DELETE WHERE ; -- Import All Data present in the input file IMPORT *; -------------------------------------------------------------------------