Search found 68 matches

by urshit_1983
Tue Jul 18, 2006 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join on Null
Replies: 8
Views: 2363

Ok then in input stage of Database select the option

Generate Select statement and enter other clauses.

There just give the join statement

where A.columnname=B.columnname is Null
by urshit_1983
Tue Jul 18, 2006 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unzip in DS
Replies: 10
Views: 3097

Thanks ArndW. That was my question. So first I need to FTP to Unix server then use unzip. Rite ?
by urshit_1983
Tue Jul 18, 2006 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join on Null
Replies: 8
Views: 2363

Use

Cats(A.Col=B.Col ) = sv1
If IsNull(sv1) Then sv1 Else @NULL = sv2


Thanks
by urshit_1983
Tue Jul 18, 2006 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unzip in DS
Replies: 10
Views: 3097

Unzip in DS

Can a file be unzipped in Datastage, installed on Client with OS=Windows? Is is possible without moving it to server, with OS=Unix?

Thanks
by urshit_1983
Tue Jul 18, 2006 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert error
Replies: 8
Views: 2426

Which driver you are using for this ? ODBC or DB2 ?
by urshit_1983
Wed Jun 28, 2006 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job optimization
Replies: 5
Views: 1363

Hi Ray,

I am using generated SQL and user defined as well the where clause and order by clause to sort data before changing in tx.
by urshit_1983
Wed Jun 28, 2006 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job optimization
Replies: 5
Views: 1363

Hey Kenn,

yes i found out its Oracle stage causing prob. What shall I do now? could you guide me out.
by urshit_1983
Wed Jun 28, 2006 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job optimization
Replies: 5
Views: 1363

Job optimization

Hi , I am pulling data from Oracle using transformer to change i/p and load it in to a hash file. Transformer has many IF THEN ELSE condition used. I tried to optimize the job using stage variables and inter process row buffering. But still not satisfied. Plz let me know what else i need to change i...