Search found 36 matches

by kumar3846
Wed Jul 01, 2009 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to Date Conversion
Replies: 3
Views: 2026

Decimal to Date Conversion

Hi All, I have a date filed coming from Input as Decimal (13,5) Value : 09092008.39699 , i want this value as date in to the target and i tried as shown below but when i am trying to convert it to date i am getting the followin error " APT_CombinedOperatorController,3: Data string '20090304' do...
by kumar3846
Thu Jun 18, 2009 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting Single column value to three columns
Replies: 14
Views: 7490

Thanks a lot guys and thanks for valuble suggestions It worked same as priyadarshikunal said in his reply here you go svZIP=Field(Trim(inputcolumn)," ",Dcount(Trim(inputcolumn)," ")) svState=Field(Trim(inputcolumn)," ",Dcount(Trim(inputcolumn)," ")-1) inputcol...
by kumar3846
Thu Jun 18, 2009 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting Single column value to three columns
Replies: 14
Views: 7490

Thanks for all your help but , i have used Field(Trim(DSLink37.DDAM_SEASONAL_CITY_STATE_ZIP),' ',Dcount(DSLink37.DDAM_SEASONAL_CITY_STATE_ZIP)) this function toget zip but it is showing in RED Then i use Field(Trim(DSLink37.DDAM_SEASONAL_CITY_STATE_ZIP),' ',Dcount(DSLink37.DDAM_SEASONAL_CITY_STATE_Z...
by kumar3846
Thu Jun 18, 2009 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting Single column value to three columns
Replies: 14
Views: 7490

Even i tried using Left and Right functions that posted earlier in the forum but still no use, i am getting different values.
by kumar3846
Thu Jun 18, 2009 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting Single column value to three columns
Replies: 14
Views: 7490

Splitting Single column value to three columns

Hi I have a requirement like below I have source data coming as Column A BOISE ID 11022 SUN VALLEY ID 12345 I need these single column value in to three different columns with City,State and ZIP columns. I tired with field function but if you see second record even city has space in between. Can you...
by kumar3846
Fri May 08, 2009 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While saving a Job in V8.1
Replies: 6
Views: 3288

Error While saving a Job in V8.1

Hi All,

I am getting an error like
" Unable to save EditServ.impl.JobDefnImpl@10781078 "

while saving a job , can you guys please let me know what this issue is refering to ,

Thanks in Advance for your suggestions .

Thanks,

Kumar
by kumar3846
Thu May 07, 2009 9:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Transformer Compilation Error
Replies: 3
Views: 2613

ray.wurlod wrote:You can not use 8 or 9 in octal constants. ...

Hi Ray,

Thanks for your response and , can you please tell me what is this octal constant because i am not assigning any values like 8 or 9 in my logic and i am also getting compilation error with out that ocatl constant error.
by kumar3846
Wed May 06, 2009 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Transformer Compilation Error
Replies: 3
Views: 2613

Parallel Transformer Compilation Error

Hi all, Can you guys please help me what exactly this error means and i am not able to figured it out the causing issue, please reply your valuble suggestions. Here is the Error Log , Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 16:40:16(000) <main_program> IBM WebSphere Data...
by kumar3846
Thu May 24, 2007 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Dataset
Replies: 3
Views: 1464

Thanks,

Thanks for the help and ,if i want process 15 million rows in three steps(5 million in each step) then how can i do it , can you help out me on this



Thanks

Kumar
by kumar3846
Thu May 24, 2007 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Dataset
Replies: 3
Views: 1464

Handling Dataset

Hi,

I have a big dataset coming in with 15 million rows, i have to process only 5 million rows , can you guys please help me how can i handle this situation

Thanks In advance


Kumar
by kumar3846
Wed Nov 01, 2006 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error On Decimal representaion for stage variable
Replies: 8
Views: 4921

B is also decimal the three fields iam using are decimals
by kumar3846
Mon Oct 30, 2006 12:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error On Decimal representaion for stage variable
Replies: 8
Views: 4921

Here is my cheking for denominator

If IsNull(a) Or IsNull(b) Or IsNull(c)
Then SetNull() Else If IsNotNull(a) And IsNotNull(b) And IsNotNull(c) And b<>0.0 Then
(a/b)*(c) Else SetNull()

Please help me out


thank you
by kumar3846
Thu Oct 26, 2006 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error On Decimal representaion for stage variable
Replies: 8
Views: 4921

Thank you for your response kumar_s the thing is when i am running my developement it is running fine and if i dont use stage varible its is giving lot of following errors Xfm_rate,1: APT_DecimalNumber::analyzeAndPrepare:divisor is 0. Xfm_rate,1: APT_DecimalNumber::APT_DecimalNumber: invalid decimal...
by kumar3846
Wed Oct 25, 2006 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error On Decimal representaion for stage variable
Replies: 8
Views: 4921

Fatal Error On Decimal representaion for stage variable

Hi , My job is getting failed in my preproduction run with full volume which job has succesfully ran with out any warnings in my job i am using a stage varible AKT decimal (10,4) the source column A for this variable is also having decimal(10,4) in stage varibale iam uisng NullToValue(A,0.0) It is n...
by kumar3846
Tue Oct 24, 2006 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning MSgs
Replies: 6
Views: 3864

If (IsNull(a) Or IsNull(b) Or IsNull(c)) Then SetNull() Else If (IsNotNull(a) And IsNotNull(c)) And (IsNotNull(b) = 0000000000.0000 Or IsNotNull(b) = 0) Then (a* c) Else If (IsNotNull(a) And IsNotNull(b)And IsNotNull(c)) Then (a/ b) * (c) Else SetNull() Still iam getting same warnings i could't figu...