Search found 50 matches

by consulting
Thu Feb 12, 2009 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MAx of two negative decimal
Replies: 6
Views: 2441

MAx of two negative decimal

My requirement is I want to find the max of two negative decimals
for eg;

max(-89.62,-88.02) I want the output as -89.62

but I am getting 0 The output feils data type is decimal(10,2)

Can you please help me
by consulting
Tue Jan 20, 2009 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sorted
Replies: 3
Views: 1955

sorted

My job was running fine in ww server
When it is transfered to rr server. It fails and the faltal message is

sorted}}}(0),0: Input not sorted at record 6
can anybody please help me

Thanks
by consulting
Tue Jan 20, 2009 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sorted}}}
Replies: 5
Views: 1596

I am not using sort any where
by consulting
Tue Jan 20, 2009 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sorted}}}
Replies: 5
Views: 1596

sorted}}}

My job was running fine in ww server
When it is transfered to rr server. It fails and the faltal message is

sorted}}}(0),0: Input not sorted at record 6
can anybody please help me

Thanks
by consulting
Fri Dec 05, 2008 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shift one byte to right
Replies: 6
Views: 1633

another reqriment is i have to count in first 6 byte there are how many value greater than 1
by consulting
Fri Dec 05, 2008 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shift one byte to right
Replies: 6
Views: 1633

Shift one byte to right

Hi My reqriment is at present i am having 24 byte column with 24 zero (000000000000000000000000) like this after doing calculation i have to put the calculated value in the first byte and to truncate the last 0. like this if i run the job every month the last byte should be truncate and new value wi...
by consulting
Thu Nov 27, 2008 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim
Replies: 3
Views: 1439

Trim

How to remove the whitespace.
My need is i am having number 00123654(space is included before) because of it the last number 4 is skipped i have to remove the space to get last 4 also i tried with trim and stripwhitespace
by consulting
Sat Nov 15, 2008 7:38 am
Forum: General
Topic: nyyble
Replies: 2
Views: 2242

nyyble

Im my job I am doing calculation for 3months,6Months and 12Months upto 3Months the calculation i writtten in transformer is working good if i go to 6month job got abort and throwin the error The calculation i am doing is (a1+a2+a3+a4+a5+a6)<0 then '-9' else if (a1+a2+a3+a4+a5+a6)=0 then '-8' else ((...
by consulting
Fri Nov 14, 2008 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handel null with dates
Replies: 1
Views: 783

handel null with dates

Hi
I want to take max of two dates in transformer.
the problem is i am having some rows as null. so the record dropped.
My req is i have to find the max of the two dates
by consulting
Fri Nov 14, 2008 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork failed
Replies: 4
Views: 2274

i checked onlt84% is used
by consulting
Fri Nov 14, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork failed
Replies: 4
Views: 2274

Fork failed

Hi My job was working fine if i add more transformation logic it aborts and displays the following message APT_CombinedOperatorController(1),1: Failure during execution of operator logic. buffer(3),1: Fatal Error: waitForWriteSignal(): Premature EOF on node rndlatam Error 0 APT_CombinedOperatorContr...
by consulting
Fri Nov 14, 2008 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field 'Emp_code' from input dataset '0' is NULL. Record drop
Replies: 13
Views: 6417

Handle isnull(columnname) and do the process asper your reqirment
handle isnull in all the place like stae variable and transformer
by consulting
Thu Nov 13, 2008 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage operator logic
Replies: 2
Views: 1057

join stage operator logic

while joining four datastage stage.
the job got abort due to
1) operator logic
2)Join_4,0: Fatal Error: waitForWriteSignal(): Premature EOF on node No such file or directory
3)buffer(4),0: Fatal Error: waitForWriteSignal(): Premature EOF on node Error 0

these error occur in join stage
by consulting
Thu Nov 13, 2008 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handel
Replies: 4
Views: 1289

hi ray the resolution was fine the problem is i am using the column name in stage variable i didnt handel null there but handled in transformer only