Search found 5168 matches
- Thu Aug 17, 2006 5:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting a Part from the given String
- Replies: 24
- Views: 18294
As mentioned you can use Index(), which will give you the starting position of "P/N", you can get the substring of required string from the main string by Input.Field[Index(Input.field,"P/N"),9]. And for the second one, you can get the substring from the first char to the point where you find "P/N" ...
- Thu Aug 17, 2006 5:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with ExecCommand activity in Sequencer
- Replies: 9
- Views: 2137
- Thu Aug 17, 2006 5:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 API DOUBLE THE RECORDS
- Replies: 7
- Views: 1421
- Thu Aug 17, 2006 5:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record count from datasets
- Replies: 7
- Views: 3263
- Thu Aug 17, 2006 4:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort stage
- Replies: 3
- Views: 792
It is not a must to sort all the data that passes through the jobs. Sorting data is done only if requried. And in cases if you have filter option need to be held, you can do that before sorting so that sort can have less data to process. If you have any group by operation that need to be done, like ...
- Thu Aug 17, 2006 4:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error While running multiple instances
- Replies: 30
- Views: 11242
- Thu Aug 17, 2006 4:45 am
- Forum: General
- Topic: Index Sequential File?
- Replies: 8
- Views: 4390
Discussion on Hyperion flat file database can be found here.
http://businessintelligence.ittoolbox.c ... ice-487889
http://businessintelligence.ittoolbox.c ... ice-487889
- Thu Aug 17, 2006 4:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Storing duplicate records
- Replies: 3
- Views: 1349
- Thu Aug 17, 2006 4:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting a Part from the given String
- Replies: 24
- Views: 18294
How do you define "P/N P422" is the required the output. Is it a fixed value for all the set of input srtings. If so you just need to find whether "P/N P422" exist or not. In that case, you can DCount(). If you have another table from which you need to pick up the value you can do lookup and use the...
- Thu Aug 17, 2006 4:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Control fatal error (-14) REVISITED
- Replies: 4
- Views: 2338
When I had this problem in 7.0, I was not even able to compile the jobs. You too can check it. If so check the number of process running. You can use ps -eaf | grep dscs and netstat -a | grep ds to find the informations. I was not allowed to restart datastage. But restarting Unix server helped. Then...
- Thu Aug 17, 2006 4:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 API DOUBLE THE RECORDS
- Replies: 7
- Views: 1421
- Thu Aug 17, 2006 4:20 am
- Forum: General
- Topic: Stuck on the codes
- Replies: 2
- Views: 2007
- Thu Aug 17, 2006 4:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record count from datasets
- Replies: 7
- Views: 3263
- Thu Aug 17, 2006 4:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: delta processing
- Replies: 11
- Views: 3174
- Thu Aug 17, 2006 1:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installing DataStage 7.5x2 on Windows 2003 Server
- Replies: 2
- Views: 1124