Search found 10 matches

by eswar1
Tue Apr 01, 2014 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Teradata connector
Replies: 2
Views: 3384

Re: Error with Teradata connector

This proble was resolved.
In teradata connector stage properties,change mode from ANSI to Teradata then it works.

Thanks,
by eswar1
Tue Apr 01, 2014 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage generates blank values for non nullable columns
Replies: 0
Views: 2140

Lookup stage generates blank values for non nullable columns

Hi, I have a scenario like 2 input stages one lookup and target stage. My source tables are like Table A col1 a b c Table B col1,col2 a, 100 b, 200 Table A (main link),Table B (reference link) connected to lookup stage. Lookup condition is continuous. Lookup stage output should be like Col1,Col2 a ,...
by eswar1
Tue Jan 21, 2014 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Teradata connector
Replies: 2
Views: 3384

Error with Teradata connector

Hi, I am stuck with Teradata SQL query which is working in database but in datastage it is not working. My job is one RowGen connected to Target Teradata Connector stage. In TCon stage write mode is user defined SQL and SQL is DELETE FROM TEST_MOSAIC_DB.FLOWN_TICKET WHERE TICKET_RPT_DT < ( SELECT CA...
by eswar1
Fri Oct 21, 2011 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert or upsert the records based on condition
Replies: 1
Views: 1519

insert or upsert the records based on condition

Hi, I'm having some issues in production job. My requirement is based on condition we'll load data either insert or upsert. In source Tran_type one column.If Tran_type ='IN' then insert mode. If Tran_type ='UP' then upsert mode If Tran_type='IN' then insert mode.Please suggest me to design a job to ...
by eswar1
Wed Oct 19, 2011 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance using SQL query or Join/Lookup stage
Replies: 3
Views: 2070

Performance using SQL query or Join/Lookup stage

Hi, I'm having 9 source tables.I'm using DB2 database as Source and Target also.There is common key for all source tables.I have two options to design a job. First One is take 9 tables DB2 stages and join them using join/lookup stages. Second One is using Souce SQL Query join all tables like this se...
by eswar1
Tue Sep 20, 2011 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when checking operator: Could not find input field
Replies: 1
Views: 2205

Error when checking operator: Could not find input field

Hi I'm using DB2 as source. In DB2 I wrote user defined SQL Query. select A.ACCT_NBR,A.CHKDGT,A.ACCT_OPN_DT,A.ACCT_CLOS_DT,B.ACCT_BAL_SMRY_AMT,B.ACCT_NBR,C.CR_LIM_AMT,C.ACCT_NBR,D.CR_LIM_AMT, D.ACCT_NBR from AGMNT A, ACCT_BAL_SMRY_DD B,ACCT_CR_LIM C, ACCT_FTR D where A.ACCT_NBR= B.ACCT_NBR AND A.ACC...
by eswar1
Tue Jul 12, 2011 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: merge duplicate values
Replies: 4
Views: 2194

I used aggregate stage but it's not given required output.
by eswar1
Thu Jul 07, 2011 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: merge duplicate values
Replies: 4
Views: 2194

merge duplicate values

Hi, In my project my requirement is merge the duplicate values into one. My source is like this: key,col1,col2,col3,col4 01, a, null, null, null 01, null, b, null, null 01, null, null, c, null 01, null, null, null, d 02, p, null, null, null 02, null, q, null ,null 02, null ,null ,r, null 02, z, null...
by eswar1
Tue Apr 12, 2011 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pad zero on leftside to integer
Replies: 3
Views: 4740

Pad zero on leftside to integer

Hi, My source values are like : 2 3 10 100 My required target is : 002 003 010 100 Please help me how to pad zeros on left side to an integer using transformer stage. Thanks, Eswar
by eswar1
Sun Jan 02, 2011 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Date
Replies: 2
Views: 1866

String to Date

my source sequencial file has three attributes.
one dd-mm-yyyy format
two:mmddyyyy format
three: yyyy/dd/mm format
I wants convert string to date format the above all attributs.
How to validate and convert from string to date.
Pls help me.