None, no major considerations.
(P.S. I've landed at Keene before; the area is beautiful)
Search found 15603 matches
- Mon Sep 12, 2005 10:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Platform
- Replies: 2
- Views: 679
- Mon Sep 12, 2005 4:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The batch job will fail to pass the password to callable job
- Replies: 5
- Views: 1598
- Mon Sep 12, 2005 3:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: cannot connect to database - other than project default
- Replies: 4
- Views: 897
- Mon Sep 12, 2005 2:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The batch job will fail to pass the password to callable job
- Replies: 5
- Views: 1598
- Fri Sep 09, 2005 11:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
- Replies: 11
- Views: 4232
- Fri Sep 09, 2005 11:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
- Replies: 11
- Views: 4232
- Fri Sep 09, 2005 10:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
- Replies: 11
- Views: 4232
- Fri Sep 09, 2005 10:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
- Replies: 11
- Views: 4232
Vinay, have you done what the error message has told you to do? Go to your DataStage temp directory, start with node1 and look into the directory /default/Scratch and then view the file ora.3331.899749.0.log sometimes the first /tmp node doesn't have the error, in which case I would look at the log ...
- Tue Sep 06, 2005 5:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to determine partitioning of pre-existing PX dataset
- Replies: 7
- Views: 2640
- Tue Sep 06, 2005 3:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to determine partitioning of pre-existing PX dataset
- Replies: 7
- Views: 2640
- Tue Sep 06, 2005 3:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage - Number of reference links
- Replies: 1
- Views: 702
- Thu Sep 01, 2005 2:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Iconv and Oconv
- Replies: 4
- Views: 2167
Hello Fernando, you only need the ICONV function here; converting the EndDate is easy, just a ICONV(EndDate,'D4-YMD') will do the trick. The StartDate is somewhat moe of a challenge, as the lengths vary. I think that ICONV(FMT(StartDate,"8'0'R"),"D4DMY") should work, but I don't have a DS instance t...
- Thu Sep 01, 2005 12:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem to use NOTFOUND
- Replies: 4
- Views: 2521
Even though I haven't had this problem, I have read in this forum that several people have had problems with this not working correctly. The recommendation has been to use the fact that upon a failed lookup the columns are returned as NULL and can be detected with a IF ISNULL(Lookup.ColumnName) cond...
- Thu Sep 01, 2005 11:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: COMPILATION ERROR
- Replies: 3
- Views: 1300
- Thu Sep 01, 2005 11:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Engine Commands
- Replies: 6
- Views: 2629
I took a look at the page and yes, there is no guide to PERFORM anymore, but the UniVerse User Reference, Version 9.6 at the bottom contains every command that standard UniVerse has - 742 pages of thrilling reading for you. Seriously, it is too much information to learn if all you want to do is use ...