Search found 15603 matches
- Mon Dec 05, 2005 5:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date validation
- Replies: 3
- Views: 1144
I recently had to go through the same type of issues with dates, the format needs to be explicit in PX - a %yyyy-%mm-%dd format will error on a "2005-1-1" date! There is no direct and easy workaround for this in PX; you will need to cater for these types of formats yourself. Or think about using a s...
- Mon Dec 05, 2005 5:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [b]PATCH installation unable to open Designer[/b]
- Replies: 3
- Views: 751
- Mon Dec 05, 2005 5:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert datatype to Comp - 3
- Replies: 4
- Views: 1035
- Sun Dec 04, 2005 10:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating hash file
- Replies: 10
- Views: 1995
No problem with the question; just tell me what the budget is for solving it and I'll get an answer for you. To the original question I need a routine to validate a hash file. The "hash" has been addressed, the "need" has been touched upon so I think I should ask if it's really a "routine" or if a f...
- Sat Dec 03, 2005 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk loader
- Replies: 10
- Views: 1728
- Sat Dec 03, 2005 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Repartitioning to "DB/2"
- Replies: 7
- Views: 2125
- Sat Dec 03, 2005 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk loader
- Replies: 10
- Views: 1728
Indrani, I am unable to tell you if you have the disk mounted - you need to check the filesystems to see if you can find the disk or talk to your system administrator. DataStage has a FTP stage which can read or write sequential files on machines accessible via FTP and do so line-by-line instead of ...
- Sat Dec 03, 2005 2:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk loader
- Replies: 10
- Views: 1728
- Fri Dec 02, 2005 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ATTN: Ken & Arnd : Subtracting date/time to convert into
- Replies: 4
- Views: 1066
My fault with the original formula, it should be
Code: Select all
IF StartDate=EndDate THEN EndTime-StartTime ELSE (EndDate-StartDate-1)*86400 + (86400-StartTime) + EndTime- Fri Dec 02, 2005 5:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Limitations on Hash File
- Replies: 3
- Views: 1111
Ragu, this question has been posed many times, please try using the search functionality next time. Hashed files use 32 bit pointers, thus they have a limit of around 2Gb unless they are created with the 64BIT option, in which case their limit is larger than the storage capacity of any machine we ar...
- Fri Dec 02, 2005 1:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Repartitioning to "DB/2"
- Replies: 7
- Views: 2125
- Fri Dec 02, 2005 1:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Subtracting date and converting into minutes
- Replies: 6
- Views: 1004
Hmmm, your routine seems to do what the suggested code that I wrote does in more steps, plus it will only work if the elapsed time is never more than 24 hours - because you aren't checking the date but just the time values. You can divide the seconds by 60 to get minutes and also do an INT() to trun...
- Fri Dec 02, 2005 1:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Subtracting date and converting into minutes
- Replies: 6
- Views: 1004
Hello its_me48, even though this subject has been handled several times before, the way you posted the question was clearer than others, so I figure if an answer gets posted here it will be found by others using the "search" mechanism Assuming the end date/time is always in the correct format and us...
- Fri Dec 02, 2005 10:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job appears not to have started after 60 secs
- Replies: 15
- Views: 7678
Hello Luciana, you seem to have picked up on a long-dead thread (from June) on your response. Also, I think that the solution you proposed doesn't address the original problem. The 60-second value is hardcoded and the solutions were to make the job actually start quicker on a heavily loaded system. ...
- Fri Dec 02, 2005 10:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to migrate data from unidata to oracle
- Replies: 20
- Views: 5254