Search found 773 matches

by keshav0307
Sat Jan 21, 2006 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look ups in parrelel jobs
Replies: 3
Views: 2089

if source data is large and reference data is samll, then normal lookup is faster
by keshav0307
Wed Jan 18, 2006 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata table lookup
Replies: 6
Views: 2697

what will be the best method to resolve my issue.
i have a file of 200000 records, for each record i need to get a value from a Teardata table(having 200000000 records).
by keshav0307
Wed Jan 18, 2006 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC for Teradata
Replies: 1
Views: 1619

ODBC for Teradata

Can anyone give me a sample of ODBC entry in ODBC.ini file in Linux for Teradata.
how Can i Import an teradata Stored Procedure
by keshav0307
Tue Jan 17, 2006 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STOREDPROCEDURE
Replies: 6
Views: 3472

I find it straight farwords

SQFILE---->stored procedure------->file

you can pass the input column as parameter to the store procedure,and can get outputput parameter in the output stage
by keshav0307
Mon Jan 16, 2006 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata table lookup
Replies: 6
Views: 2697

i didn't find any sparse or normal lookup type for Teradata Table stage. how can i pass input column in the where clause of the select query in teradat stage. "SELECT PRTY_ID, CDBOR_CIDN APP_KEY_VAL_1 FROM RTW4B_TDW_D01_Data.TR_PRTY where CDBOR_CIDN=ORCHESTRATE.APP_KEY_VAL_1" this query do...
by keshav0307
Mon Jan 16, 2006 10:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata table lookup
Replies: 6
Views: 2697

..........................Teradata Table
..................................|
..................................|
..................................|
source file--------->Lookup stage ------------>target
by keshav0307
Mon Jan 16, 2006 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata table lookup
Replies: 6
Views: 2697

teradata table lookup

my job requires lookup from teradata table for each row of source, the teradata table has 200+ millions records. how can i pass the input column name in the where clause of select statement in the teradata table. Teradata Table | | | source file--------->Lookup stage ------------>target
by keshav0307
Mon Jan 16, 2006 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STOREDPROCEDURE
Replies: 6
Views: 3472

Re: STOREDPROCEDURE

very much possible. you can call it at any stage
seeta wrote:Hi,


I wrote one storedprocedure I want to call that in my job.Which stage can I use to call the stored procedure into my parlleljob.Is this posible are not?

Thanks