Search found 42189 matches
- Tue May 11, 2004 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination
- Replies: 2
- Views: 1022
- Tue May 11, 2004 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Transformer problem
- Replies: 6
- Views: 1831
The advantages are pretty well spelled out in the documentation, primarily the Server Job Developers Guide. Performance. Between the use of Row Buffering or IPC Stages, performance gains can be substantial, especially on multi-processor systems. As to the "why"... it just seems to be a bug. I've see...
- Tue May 11, 2004 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transactional grouping feature
- Replies: 5
- Views: 1652
- Mon May 10, 2004 6:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bind variables for oracle select
- Replies: 1
- Views: 1012
Sure, just simply... use the Job Parameter in the SQL! From either Column Generated or User Defined SQL, use the parameter like you would (almost) anywhere else - enclosed in pound signs. To extend your example: select emp_no from emp where dept = #DEPT# I've found that you need to enclose things in...
- Mon May 10, 2004 3:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax error help
- Replies: 2
- Views: 894
Derivations in Transformers are expressions, not assignments. See Ray's post at the end of this thread for an example. You'll need to write a routine to do what you are trying to do.
- Mon May 10, 2004 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Transformer problem
- Replies: 6
- Views: 1831
- Mon May 10, 2004 2:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Transformer problem
- Replies: 6
- Views: 1831
- Mon May 10, 2004 2:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Support for 64 bit processing on Windows
- Replies: 4
- Views: 1484
- Mon May 10, 2004 1:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the smallest number
- Replies: 4
- Views: 1446
You could also do this with a hash if that's the way you want to go. Create one with a fixed key so it only has one record - like a "1" - and a data field to hold your number. Setup your job to do the lookup from and also write to this hash file. On each row, compute the number, do the lookup and co...
- Mon May 10, 2004 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bit test from VSAM file
- Replies: 2
- Views: 930
- Mon May 10, 2004 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transactional grouping feature
- Replies: 5
- Views: 1652
- Mon May 10, 2004 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transactional grouping feature
- Replies: 5
- Views: 1652
- Sat May 08, 2004 9:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Join Tables
- Replies: 2
- Views: 928
Welcome. The ODBC stage is your only choice, as far as I know. Search on that keyword in this forum for many examples of how to configure your connectivity if you need help with that. Any of the passive plugin stages for database access should allow joins to be performed. You typically have a choice...
- Fri May 07, 2004 8:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatinating the String with NULL
- Replies: 2
- Views: 1147
Re: Concatinating the String with NULL
Is there a way to concat the string with a null value. No. Null is the unknown value, so adding null into any mix results in null as the output. You need to either explictly convert the nulls to something else or account for them in some if-then-else logic. Check out the Built-In Transform NullToEm...
- Wed May 05, 2004 9:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in getting data from Oracle to DS : Too Slow
- Replies: 15
- Views: 4024