For an empty file, you can use system's /dev/null ...
there is a windows equivalent also, unfortunately, I do not remember
Sathyaram
Quote:
Originally posted by db2os390udbdba
create one dummy file
if it is unix
touch test.txt
replace table with dummy file, that ownt create log same as truncate table in Oracle
db2 load from test.txt of del replace into <table name>
--Raju
|