Search found 53125 matches
- Fri Jul 07, 2006 5:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff between Server and parallel job in case or multiple CPU
- Replies: 14
- Views: 4351
Define performance. 500,000 rows is not really many for this kind of test. Try with 5 crore rows and you will begin to see some differences. It is probably also the case that at least one of your stages (Oracle) is operating in sequential mode. Are you using the Oracle enterprise stage? Is the Oracl...
- Fri Jul 07, 2006 5:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sparse lookup is giving different results?
- Replies: 1
- Views: 781
- Thu Jul 06, 2006 9:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Supress extra Carriage returns
- Replies: 21
- Views: 4172
Code: Select all
Ereplace(InLink.TheString,svCRLF,svLF,1,Count(InLink.TheString,svCRLF))where stage variable svLF is initialized to Char(10) and stage variable svCRLF is initialized to Char(13):Char(10).
- Thu Jul 06, 2006 9:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Sequence from command line
- Replies: 11
- Views: 2662
- Thu Jul 06, 2006 9:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HTML to XML transform
- Replies: 4
- Views: 777
DataStage is really row-oriented. Perhaps you could re-format the page into a single row (or at least some appropriate chunk between starting and ending tags) then use appropriate techniques (for example lots of Ereplace() invocations in a routine) to substitute tags and the like. Do you have the co...
- Thu Jul 06, 2006 9:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Select access to sys.dba_extents
- Replies: 9
- Views: 2756
- Thu Jul 06, 2006 5:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can i convert foxfro tables into text file's
- Replies: 9
- Views: 2152
- Thu Jul 06, 2006 5:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Instance Job viewing in Director
- Replies: 4
- Views: 1251
Code: Select all
CREATE.FILE DICT RT_STATUS 3 1 4What happened to it? You might also be able to restore it from backup.
- Thu Jul 06, 2006 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs not releasing
- Replies: 7
- Views: 2001
- Thu Jul 06, 2006 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regular Exp in Where clause of Filter Stage
- Replies: 4
- Views: 3437
- Thu Jul 06, 2006 5:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Sequence from command line
- Replies: 11
- Views: 2662
- Thu Jul 06, 2006 5:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need information on resizing dynamic hash file
- Replies: 3
- Views: 1356
- Thu Jul 06, 2006 5:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: not a valid load module:
- Replies: 4
- Views: 2658
- Thu Jul 06, 2006 5:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem while restartting datastage server
- Replies: 3
- Views: 964
- Thu Jul 06, 2006 5:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage / Error 911
- Replies: 4
- Views: 3644
Re: Abnormal termination of stage / Error 911
JeroenDmt wrote:This problem occurs in every project though, including projects that have been running without any problem.
What has changed? "Nothing" is not the correct answer.