Search found 42189 matches
- Mon Jan 18, 2010 8:46 am
- Forum: General
- Topic: Problem useing multiple value in parameter with where clause
- Replies: 26
- Views: 6325
- Sun Jan 17, 2010 5:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Aborting giving very little information
- Replies: 4
- Views: 3463
- Sun Jan 17, 2010 10:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dataset mgmt works but orchadmin delete doesn't
- Replies: 5
- Views: 3422
- Sat Jan 16, 2010 5:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash File limit
- Replies: 7
- Views: 3256
I think you can change the default settings and create hash files in the hash stage as 64 bit. its in the uvconfig. Whoa there! Make sure you understand what exactly this option does if you change that value in uvconfig - every single hashed file created in the project after that will become a 64bi...
- Sat Jan 16, 2010 5:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp Conversion error AM/PM
- Replies: 4
- Views: 1795
- Sat Jan 16, 2010 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TimeStamp Format to read MicroSecond from Oracle RDB
- Replies: 15
- Views: 14309
Ernie will probably do a much better job, but some short answers: 1. It used to be a charged option but I don't think it is any more, could be wrong however. Yes, you'd have to license the Agent as that needs to be running to 'RTI Enable' a multi-instance job. 2. That's all in the docs and in the in...
- Sat Jan 16, 2010 9:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how implement like operator in DS
- Replies: 7
- Views: 2103
Stop and think about it for a moment. Maybe even try it. The code I gave you does exactly that. And now that I know the this and that:
Code: Select all
If Link.Column[1,3] = "INT" then Link.Column else "0"- Sat Jan 16, 2010 9:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how implement like operator in DS
- Replies: 7
- Views: 2103
- Sat Jan 16, 2010 8:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how implement like operator in DS
- Replies: 7
- Views: 2103
Use the substring operators to check to see if the first three characters = "INT". For example:
Code: Select all
If Link.Column[1,3] = "INT" then this else that- Sat Jan 16, 2010 8:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Normal Jobs Vs Multi Instance Jobs
- Replies: 4
- Views: 1527
- Sat Jan 16, 2010 8:45 am
- Forum: General
- Topic: How to run UV commands from Unix
- Replies: 15
- Views: 21580
- Sat Jan 16, 2010 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash File limit
- Replies: 7
- Views: 3256
- Sat Jan 16, 2010 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash File limit
- Replies: 4
- Views: 1991
- Sat Jan 16, 2010 8:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Append file contents to the existing file
- Replies: 2
- Views: 1648