Hello all,
I'm running 600k exported SyBase records into a DB2 table on NT using LOAD. The input data's timestamp isnt' in the format DB2 likes so I'm using the TIMESTAMPFORMAT "file type modifier" of LOAD.
I'm getting:
SQL3192N In the filetmod a user specified format "TIMESTAMPFORMAT" beginning with the string "MM" is not valid.
Here's my input string:
232,958,"Y",302,302,0,"C","T",,8,"","BEDDDD, RMANS","","","4622","","","","","","","","","","","","","","S","","","04/23/1997 00:00","","Y",,"Y",3407.09,2926.62,300.00
Here's my LOAD control card:
db2 load from disk1\AS962336572.DEL of del modified by timestampformat="MM.DD.YYYY HH:MM" replace into CL_ASSIGNMENT_INFO
Has anyone run into this problem before?
Thanks for any information you might have!
DB2 Rules.
I'm running 600k exported SyBase records into a DB2 table on NT using LOAD. The input data's timestamp isnt' in the format DB2 likes so I'm using the TIMESTAMPFORMAT "file type modifier" of LOAD.
I'm getting:
SQL3192N In the filetmod a user specified format "TIMESTAMPFORMAT" beginning with the string "MM" is not valid.
Here's my input string:
232,958,"Y",302,302,0,"C","T",,8,"","BEDDDD, RMANS","","","4622","","","","","","","","","","","","","","S","","","04/23/1997 00:00","","Y",,"Y",3407.09,2926.62,300.00
Here's my LOAD control card:
db2 load from disk1\AS962336572.DEL of del modified by timestampformat="MM.DD.YYYY HH:MM" replace into CL_ASSIGNMENT_INFO
Has anyone run into this problem before?
Thanks for any information you might have!
DB2 Rules.