Search found 21 matches

by rejith.ry
Sat Mar 24, 2007 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to funnel multiple links into single output link ?
Replies: 11
Views: 5853

Use hash files before ans after the link collector. Use one hash file/per each input & output link of link collector.
by rejith.ry
Wed Feb 28, 2007 1:01 am
Forum: General
Topic: Teradata update
Replies: 2
Views: 2000

I dont have MultiLoad Stage avialable with me. Is there any work around with enterprise stage itslef?
by rejith.ry
Wed Feb 28, 2007 12:42 am
Forum: General
Topic: Teradata update
Replies: 2
Views: 2000

Teradata update

Hi,
I want to update a Teradata table. Is update facility avialable in Enterprose stage? I can see only Append, Create, Replace and Truncate Options in exterprise stage. or should I use Multiload stage/ODBC stage?

Regards,
Rejith R
by rejith.ry
Thu Feb 01, 2007 11:04 pm
Forum: General
Topic: Splitting rows into multiple files
Replies: 2
Views: 2061

Splitting rows into multiple files

Hi,
I want to write each row in my inpu file to a seperate file. File name is one of the columns of the file. This can be achived using folder stage in server job. What is the alternative in parallel job?

Rejith
by rejith.ry
Wed Jan 31, 2007 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple reference records from hash file
Replies: 7
Views: 2298

ray.wurlod wrote: A Hashed File stage accesses a hashed file, which must have a primary key. Spend some time researching/learning.

A Hashed File st ...
This question is moved to server forum.
by rejith.ry
Wed Jan 31, 2007 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple reference records from hash file
Replies: 2
Views: 1325

multiple reference records from hash file

Hi,
I am using a lookup(using transfromer) in server job on a hash file. For each input record, I want to extract multiple records from the hash file. The moment I make any column as the key, the duplicates are removed from the hash file.

Please help
by rejith.ry
Wed Jan 31, 2007 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple reference records from hash file
Replies: 7
Views: 2298

Is the UV stage available in server jobs? If yes, in which paltte? Yes, in the Database group. If you don't find it there, you can add it (Customize) I think UV can be used to connect to database only. My reference data is a flat file. So I am trying to use a hash file after the flat file. Can you ...
by rejith.ry
Wed Jan 31, 2007 12:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple reference records from hash file
Replies: 7
Views: 2298

narasimha wrote:Duplicates are always removed in the keys from a hashed file.(Destructive overwrite)
A hashed file lookup returns a single row.
You will have to use UV or ODBC stage to achieve your requirement.
Is the UV stage available in server jobs? If yes, in which paltte?
by rejith.ry
Wed Jan 31, 2007 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple reference records from hash file
Replies: 7
Views: 2298

Multiple reference records from hash file

Hi,
I am using a lookup(using transfromer) in server job on a hash file. For each input record, I want to extract multiple records from the hash file. The moment I make any column as the key, the duplicates are removed from the hash file.

Please help
by rejith.ry
Sun Jan 21, 2007 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup using </> in parallel jobs
Replies: 9
Views: 3071

DSguru2B wrote:Its a range lookup. Search on the keywords "range lookup". Do an exact search. ...
Is range lookup available in PX 7.5.1?
If not what to do?
by rejith.ry
Sun Jan 21, 2007 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup using </> in parallel jobs
Replies: 9
Views: 3071

chulett wrote:By "</>" do you mean "not equal"? :?
No .
It is less than ...
I want to use less than/Greater than/ less than or equal to in lookup stage.
by rejith.ry
Sun Jan 21, 2007 10:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup using </> in parallel jobs
Replies: 9
Views: 3071

Lookup using </> in parallel jobs

Hi, I want to extract some records from the reference data based on(</>) criteria. ie. get a column from reference link which is <= the input column. If it is an "=" criteria, we can directly map the input and reference columns. How to put the </> in lookup stage. Or is there any other sta...
by rejith.ry
Fri Dec 01, 2006 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No of deleted records
Replies: 3
Views: 1809

No of deleted records

How to get the number of records deleted from a table. I am using an oracle_OCI stage and a dummy file. Is there any way to capture the number of records deleted?(In select query we can get the link counts) Any help regarding this will be appreciated.
by rejith.ry
Fri Dec 01, 2006 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Roll back if job fails
Replies: 14
Views: 4779

Hi Craig,
The issue is solved :D . The deadlock was due to some other issue. Thank you very much!!!!!!!!!!!!!! :D