Hi,
I have a requirement where i need to load the data on db2 table from flat file using load utility.
the flat file contains 3 date fields which may contain null values
when i load the data from file it ended with an I/O error ...
Could any one please suggest, how to convert the flat file into table loadble format i.e. if date field have spaces it should load table field with null values else with the date value.
Thanks.