If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > *urgent* [LOAD] UDB v 7.1 OS/390 DATE problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-03, 04:38
stefanB stefanB is offline
Registered User
 
Join Date: Oct 2003
Posts: 18
Exclamation *urgent* [LOAD] UDB v 7.1 OS/390 DATE problem

Hi NG,

we've got a very urgent problem...

We are importing data with the LOAD utility. The input DATE field data is in the format DDMMYYYY (for days) and MMYYYY (for months).
The target data format is european DD.MM.YYYY (for days) and 01.MM.YYYY (for months).

The input format is not recognizable as a DATE input to a DB2 LOAD for UDB v 7.1 OS/390.

Unfortunately we don't have any tools to rebuild the input.

How can this problem be solved?!

It is very urgent...

Appreciate everyone's help!!!!!!

S.B.
Reply With Quote
  #2 (permalink)  
Old 11-07-03, 05:17
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
Dates can be in any of the following formats. You can omit leading zeros for month and day. Trailing blanks can be included, but no leading blanks are allowed.
- dd.mm.yyyy
- mm/dd/yyyy
- yyyy-mm-dd
- any local format defined by your site at the time DB2 was installed.

Looks like you maybe out of luck. You don't have any programmers who can put the dashes/slashes/periods in the date?
Reply With Quote
  #3 (permalink)  
Old 11-07-03, 06:08
stefanB stefanB is offline
Registered User
 
Join Date: Oct 2003
Posts: 18
Unfortunately not.
We'll send a change request to the export team...

Thanks for your reply!

S.B.

Quote:
Originally posted by Marcus_A
Dates can be in any of the following formats. You can omit leading zeros for month and day. Trailing blanks can be included, but no leading blanks are allowed.
- dd.mm.yyyy
- mm/dd/yyyy
- yyyy-mm-dd
- any local format defined by your site at the time DB2 was installed.

Looks like you maybe out of luck. You don't have any programmers who can put the dashes/slashes/periods in the date?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On