Search found 53125 matches
- Wed Apr 12, 2006 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Improvement
- Replies: 14
- Views: 4014
- Wed Apr 12, 2006 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time problem
- Replies: 9
- Views: 1592
Code: Select all
Iconv(InLink.TimeColumn, "MTS")- Wed Apr 12, 2006 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Perform Insert and Update
- Replies: 11
- Views: 3899
- Wed Apr 12, 2006 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: incorrect values in Stage variables
- Replies: 9
- Views: 2187
- Wed Apr 12, 2006 4:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failed to compile test harness
- Replies: 8
- Views: 3455
- Wed Apr 12, 2006 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Condition in Transformer stage (server Jobs) ??
- Replies: 5
- Views: 1633
Code: Select all
InLink.TheString Matches "'201'..."- Wed Apr 12, 2006 4:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Moving Resized Hashed files
- Replies: 8
- Views: 2217
- Wed Apr 12, 2006 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ignoreReject option in Parallel reader
- Replies: 1
- Views: 967
- Wed Apr 12, 2006 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to join Header and Trailer records
- Replies: 10
- Views: 2421
- Wed Apr 12, 2006 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Client Slow response
- Replies: 17
- Views: 9994
Most of the difference is in the network, as you can verify by comparing local versus remote users' experiences. With only 100 jobs per project, there is little within DataStage that would be causing such delay. Sometimes I use a similar (non-Citrix) connection between Australia and the USA (just co...
- Wed Apr 12, 2006 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CoSORT
- Replies: 4
- Views: 1161
There is a CoSORT plug-in stage that gives access to CoSORT functionality. "Plug-in", of course, simply means "optionally installed". In this case - due to licensing issues - it also means "separately chargeable". I can not comment on its use, as I have not used it. However, if you visit the sister ...
- Wed Apr 12, 2006 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal problem
- Replies: 6
- Views: 1532
- Wed Apr 12, 2006 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What's the best Stage for this scenario
- Replies: 9
- Views: 2125
- Wed Apr 12, 2006 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting surrogate keys back from a db2 sequence
- Replies: 12
- Views: 3320
Then you can't use NEXTVAL in the INSERT statement, and need to use some other mechanism. CURRVAL is not available within the job, which is probably (a) using NEXTVAL on all partitions, (b) implementing row buffering, (c) not committing every row. Probably the most efficient mechanism for your parti...
- Wed Apr 12, 2006 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HAWK requirements
- Replies: 6
- Views: 1632