Okay I updated to the TIMESTAMPFORMAT for all 3 of these fields.
This is what is actually in the TimeStamp fields:
6/23/2010 7:18:45 AM but it's showing up in this format on the CSV file:
6/23/2010 7:18
Here is what I'm doing now:
dbtest$ db2 "IMPORT FROM "/source/Carla/test_for_dates_datadumpnongroup.csv" OF DEL MODIFIED BY TIMESTAMPFORMAT="MM/DD/YYYY HH:MM

S TT" COLDEL, METHOD P (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19) INSERT INTO DB2INST1.RF_DAILY_DUMP_TABLE (EMPPINNBR, EMPNAME, ORDERSTARTDATE, STARTDATETIME, ENDDATETIME, DOCONBR, DOCOTYPE, DOCOGROUP, JOBDESC, WHSE, CUST, CUSTORDRNBR, UM, LOTN, FROMLOC, TOLOC, PRODUCT, ITEMNBR, MUQTY);"
SQL3192N In the filetmod a user specified format "TIMESTAMPFORMAT" beginning
with the string "MM/DD/YYYY" is not valid.
Here is part of my CSV file to import:
10600,John Doe,6/23/2010 7:18:45 AM,6/23/2010 7:18:45 AM,6/23/2010 7:22:22 AM,
Sorry to be a pain, but I'm learning.
Thank you.
CC