Search found 288 matches

by dspxlearn
Sun Nov 27, 2005 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 'fix_zero' for decimal values
Replies: 5
Views: 6866

Hi ray.wurlod, I am using this function in a Transformer to which some decimal field weer coming..When i am passing them to the target file , i am getting those leading spaces...So, i was giving Trim function in the Transformer derivation..But, i also tried using Fabs before...Both were working fine...
by dspxlearn
Sat Nov 26, 2005 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 'fix_zero' for decimal values
Replies: 5
Views: 6866

Hi,


Continuation to the previous post i was getting a space leading to each record...What might be the reson for this.. :oops:
by dspxlearn
Sat Nov 26, 2005 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 'fix_zero' for decimal values
Replies: 5
Views: 6866

'fix_zero' for decimal values

Hi, In the datastage help, for decimaltostring function it is given that, 'fix_zero' By default decimal numbers comprising all zeros are treated as invalid. If the string fix_zero is specified as a second argument, then all zero decimal values are regarded as valid. But in my case i have some decima...
by dspxlearn
Wed Nov 23, 2005 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding max of date
Replies: 5
Views: 2563

Hi ArndW,


Your idea was good..But i have tried in other way..

I made the transformer into sequential mode and in the input properties i enabled sorting, unique options and taken it in the decending order...Then i took the @outrownum = 1...

Its working fine... :P
by dspxlearn
Wed Nov 23, 2005 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding max of date
Replies: 5
Views: 2563

Hi ArndW, Thanks for your earlies reply...... Can you be please more specific.... Let me give my requirement with an example... Suppose i have a field A which will have two date records with data type Date... 2005-11-21 2005-11-22 The two records i will get from the same column...From this column i ...
by dspxlearn
Wed Nov 23, 2005 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding max of date
Replies: 5
Views: 2563

Finding max of date

Hi all,


In one of my requirements i have to find the Max of two dates which are coming from the same input link and got to pass the max value to the output.
If i am not wrong Max() functions works for integer datatypes...Is there any way around to get this...
:oops:
by dspxlearn
Sat Nov 19, 2005 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: @INROWNUM Problem
Replies: 3
Views: 1758

@INROWNUM Problem

Hi all, In one of my requirements i need to use the @INROWNUM function.When i was trying to use that, the job was working fine.But all the records were dropping. I was giving a constraint @INROWNUM > 1. I had to read from the second record. Where as, it was working fine in the server jobs..What migh...
by dspxlearn
Sat Nov 19, 2005 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove header and footer(first and last line)
Replies: 13
Views: 6477

Hi all,

Do we have 'Stage using filter command' option in Parallel jobs in the sequential file stage like we have in Server jobs. If yes where can we enable that option. :lol:
by dspxlearn
Fri Nov 18, 2005 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output link order
Replies: 7
Views: 2944

Hi ArndW,


None of the icons of the Transformer serves this problem..If i am not wrong the link execution order is not related to this... :(
by dspxlearn
Fri Nov 18, 2005 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicate Warning
Replies: 3
Views: 1624

Remove Duplicate Warning

Hi all, When i am trying to remove duplicates from the iput link of the remove duplicate stage, it is giving an warning as, Remove_Duplicates_367: When checking operator: User inserted sort "Remove_Duplicates_367.DSLink358_Sort" does not fulfill the sort requirements of the downstream oper...
by dspxlearn
Fri Nov 18, 2005 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicate Error
Replies: 2
Views: 922

Sorry guys...This message should be given parallel jobs..
by dspxlearn
Fri Nov 18, 2005 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicate Error
Replies: 2
Views: 922

Remove duplicate Error

Hi all, When i am trying to remove duplicates from the iput link of the remove duplicate stage, it is giving an warning as, Remove_Duplicates_367: When checking operator: User inserted sort "Remove_Duplicates_367.DSLink358_Sort" does not fulfill the sort requirements of the downstream oper...
by dspxlearn
Fri Nov 18, 2005 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output link order
Replies: 7
Views: 2944

Output link order

Hi all, My problem might be a basic problem for all you people... I have a transformer from which four links are going out.Then after running the job.I had to link one more kink form the same transformer.Now when i am doing this , the fifth output link which i was trying to join was going up of the ...
by dspxlearn
Mon Nov 14, 2005 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator
Replies: 7
Views: 2822

Hi,

Kumar , what you have said is right...I have tried an other way around to accomplish my requirement.One more thing is , does the aggregator behaves the same way as an SQL query..??
by dspxlearn
Mon Nov 14, 2005 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator
Replies: 7
Views: 2822

Hi kirtikumar and kumar_s, My requirement is to count the records of one column by grouping them and to simply pass another column to the next transformer for further formatting. I have a transformer from where 2 columns are there say A & B.Next an aggregator is used to count the no of rows of c...