Search found 15603 matches
- Wed Sep 19, 2007 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob parameters
- Replies: 2
- Views: 1927
- Wed Sep 19, 2007 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: substring + Len
- Replies: 3
- Views: 1065
In a PX transform stage you would do:
Code: Select all
Trim(DSLink49.COL_NM)[Len(Trim(DSLink49.COL_NM))-2,3]- Tue Sep 18, 2007 11:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dfloat to decimal conversion
- Replies: 2
- Views: 2832
- Tue Sep 18, 2007 10:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Replicating Syncsort in PX
- Replies: 4
- Views: 1098
- Tue Sep 18, 2007 7:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: installation error
- Replies: 8
- Views: 1601
Re: installation error
Hmmm, could it be an expired license?sarangadhar wrote:...-d 06/11/2006...
- Tue Sep 18, 2007 7:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: installation error
- Replies: 8
- Views: 1601
- Tue Sep 18, 2007 7:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: installation enquiry
- Replies: 1
- Views: 873
see this reply to the same question in the Server forum
- Tue Sep 18, 2007 7:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: installation enquiry
- Replies: 2
- Views: 1192
I am not sure what you mean by "root A" and "root B" on the same server. You can install one or more DataStage instances on any given machine (with 'machine' defined as an instance of an Operating System). The software will allow you to do this using the same license keys. Your contract with IBM doe...
- Tue Sep 18, 2007 7:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Have you a trick for : Field not like list of value
- Replies: 13
- Views: 5556
Use
It is more efficient as well.
Code: Select all
Index("Word01,Word02,Word03,Word04,",ds1.field:',')It is more efficient as well.
- Tue Sep 18, 2007 7:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Spaces getting added to the data from Oracle enterprise stag
- Replies: 9
- Views: 1762
- Tue Sep 18, 2007 7:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32 Value different from project to project
- Replies: 5
- Views: 1408
- Tue Sep 18, 2007 2:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Max Array Size in Basic
- Replies: 6
- Views: 2234
- Tue Sep 18, 2007 12:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Operator terminated abnormally: received signal SIGSEGV..
- Replies: 1
- Views: 1258
- Tue Sep 18, 2007 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Timestamp Conversion in .CSV file as a Source
- Replies: 5
- Views: 1251
- Tue Sep 18, 2007 12:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Timestamp Conversion in .CSV file as a Source
- Replies: 5
- Views: 1251
Re: String to Timestamp Conversion in .CSV file as a Source
He is writing a PX job, so OCONV() won't work.