Search found 101 matches

by arnie_nits
Mon Dec 31, 2007 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in null handling
Replies: 2
Views: 790

problem in null handling

Hi I am having a problem with null handling. My code in tranformer derivation is- If In_Tfm_EmpId_Customer.TRAN_TYPE='EMPSALE' AND In_Tfm_EmpId_Customer.CUSTOMER<>' ' Then NullToValue(In_Tfm_EmpId_Customer.ASSOC_ID,' ') Else NullToValue(In_Tfm_EmpId_Customer.EMP_ID,' ') But still I am getting null v...
by arnie_nits
Wed Dec 19, 2007 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: attaching 0 before an integer
Replies: 5
Views: 1621

attaching 0 before an integer

Hi I have an integer field of length 11. Now I need to attach Zeros before it, in the empty spaces. e.g if input column is 124125,then I must get 00000124125 What I have done is - IntegerToDecimal(input column) in stage variable.....then Str('0',11-input column):input column in derivation. But I am ...
by arnie_nits
Tue Dec 18, 2007 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple query
Replies: 3
Views: 1483

Simple query

hi,

I have a varchar field of lenght 11 and I need to find the characters from 6th to 9th position, in transformer stage.Plz help.

Regards
Arnab.
by arnie_nits
Sun Dec 02, 2007 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequence in derivation in transformer
Replies: 1
Views: 737

sequence in derivation in transformer

Hi,

how do the derivations in transformer operate..... top down in their grid??Or what is the sequence of operation of the derivations in transformer??

Regards
Arnie
by arnie_nits
Sat Dec 01, 2007 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SEQUENCE OF OPERATION IN TRANSFORMER
Replies: 1
Views: 798

SEQUENCE OF OPERATION IN TRANSFORMER

Hi,

I just want to know the sequence in which the transformer components operate i.e Stage variable,constraints and derivation.Which one operates 1st.....

Regards
Arnie
by arnie_nits
Wed Nov 07, 2007 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: attaching zeros on left side.
Replies: 4
Views: 1597

got it...its working....Vinod and Joshy thanks very much......

Regards
Arnie.
by arnie_nits
Tue Nov 06, 2007 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: attaching zeros on left side.
Replies: 4
Views: 1597

attaching zeros on left side.

Hi

I need to pad zeros on the left side of a varchar field. e.g:
I have a field called ID with length 6. Now if it is populated with 12,the it should come as 000012 and if 123 is populated then it should come as 000123. Please let me know if it is possible and how to implement........

Regards
Arnie.
by arnie_nits
Wed Oct 31, 2007 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is it possible in DATASTAGE??
Replies: 2
Views: 1023

got it....thank you very much ........
by arnie_nits
Wed Oct 31, 2007 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is it possible in DATASTAGE??
Replies: 2
Views: 1023

is it possible in DATASTAGE??

Hi, My source table has a varchar field. And it propagates either alphabatic or numeric value in it (like 'ABG' and '123'). Now in the transformer stage I have to check whether it is alphabatic or numeric ...i.e 'asd' or '412'...... Is it possible in datastage.....Kindly let me know... regards Arnie.
by arnie_nits
Thu Sep 20, 2007 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling stored procedure in datastage
Replies: 1
Views: 863

calling stored procedure in datastage

Hello

I want to call a stored prosedure from DB2 table , using datastage.
How is this possible?
Is there any stage for that?
Thanks
Arnie
by arnie_nits
Thu Aug 16, 2007 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate surrogate key in transformer
Replies: 1
Views: 3677

generate surrogate key in transformer

Hi
I am new to Data stage.

I want to generate surrogate key in the transformer .I have done it by putting a column gen. before the tarnsfrmer. But I want it done using only a transformer.

Regards
Arnie