Search found 91 matches

by pradeep_nov18
Wed Mar 25, 2009 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to retrieve months between two dates of different years
Replies: 7
Views: 2498

how to retrieve months between two dates of different years

Hi Experts,

I have requirement like

For eg:
In.col1=01-01-2007
in.col2=01-03-2009

i have to take how many months are there in output between two above dates.

Please let me know how to achieve these.

Thanks in Advance
by pradeep_nov18
Mon Nov 24, 2008 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Elimnating Zero's
Replies: 2
Views: 924

Thanks nani it's working
by pradeep_nov18
Mon Nov 24, 2008 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Elimnating Zero's
Replies: 2
Views: 924

Elimnating Zero's

Hi Experts,

How to eliminate leading zero's for the integer:

Input Output
0000101-----101
0010023-----10023
0000045-----45


Can anyone help me on this?thanks in advance for your reply!
by pradeep_nov18
Tue Nov 18, 2008 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 13
Views: 29067

Hi Mike,

The issue was as you told i recreated the table with my own structure,now it is propogating as expected

Thanks Mike for your reply
by pradeep_nov18
Mon Nov 17, 2008 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 13
Views: 29067

But when i saw the source data it is different.
by pradeep_nov18
Mon Nov 17, 2008 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 13
Views: 29067

My source field is char(15) is there any thing we have change in the transformation part ok wil try get some sample record at the o/p it is populating 0.00 has output for all the rows.

pradeep
by pradeep_nov18
Mon Nov 17, 2008 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 13
Views: 29067

My source field is char(15) is there any thing we have change in the transformation part ok wil try get some sample record at the o/p it is populating 0.00 has output for all the rows.

pradeep
by pradeep_nov18
Mon Nov 17, 2008 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 13
Views: 29067

WHAT CONDITION I HAVE TO GIVEN FOR GETTING THE REJECT RECORDS IN MY CASE.

THANKS,
by pradeep_nov18
Mon Nov 17, 2008 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 13
Views: 29067

1.sTAGE vARIABLE :if IsNull(PURCH_TRANSTN_COND_Cpy1_ln.CURNCY_MULTIPLY_FCTR_VAL) Then 1 else PURCH_TRANSTN_COND_Cpy1_ln.CURNCY_MULTIPLY_FCTR_VAL THIS COLUMN IS TAKEN FROM SOME OTHER TABLE OF DATA TYPE CURNCY_MULTIPLY_FCTR_VAL DECIMAL(15,12). 2.SOURCE : I HAVE MULTIPLY WITH ABOVE COLUMN WITH SOURCE W...
by pradeep_nov18
Mon Nov 17, 2008 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 13
Views: 29067

Hi Mike, Thanks for the reply, Even i tried that,I checked the otherwise option in transformer but all the record are propogating in both the output. In my requirement my source is string and i need to multiply with decimal for the string field of datatype decimal(15,12) and i have converted that st...
by pradeep_nov18
Mon Nov 17, 2008 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 13
Views: 29067

Hi ray, i have turned the combinability mode to 'Don't Combine' still it is generating same warning dropping record PURCH_TRANSTN_COND_Xform,0: APT_Decimal::ErrorBase: From: the source decimal has even precision, but non-zero in the leading nybble, or is too large for the destination decimal..Record...
by pradeep_nov18
Thu Nov 13, 2008 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 13
Views: 29067

Decimal

Hi Experts, Source column is datatype is decimal(15,12) and o/p column datatype is decimal(12,2). APT_CombinedOperatorController(1),0: APT_Decimal::ErrorBase: From: the source decimal has even precision, but non-zero in the leading nybble, or is too large for the destination decimal..Record dropped....
by pradeep_nov18
Wed Oct 29, 2008 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buffer_to_Row Conversation
Replies: 0
Views: 1282

Buffer_to_Row Conversation

Hi Experts, I am pulling data from ABAP R/3 ,my source datatype for the field is decimal(15,3) and target is integer(10) i am using Multiload stage with Tpump has option. I am just propogating the column is that i have to handle any conversation.please suggest. I am getting this error how to resolve...
by pradeep_nov18
Tue Oct 14, 2008 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequencer failing due to warnings
Replies: 5
Views: 1648

Nripendra Chand wrote:Also which stage you are using to load records into Teradata?
Unicode is disabled
by pradeep_nov18
Tue Oct 14, 2008 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequencer failing due to warnings
Replies: 5
Views: 1648

Thanks for the reply.

I am Using Multiload stage with Tpump has a option.