Search found 26 matches

by kamtammystuff
Thu Nov 24, 2011 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in logic
Replies: 11
Views: 5327

I see your problem here, U can use the same logic you mentiuoned in a single transformer and before that you need to initialze the StageVar variable to 0. So that for the very first record you will have 0 + Amount and then subsequently you'll be able to add Amount to StageVar1.
by kamtammystuff
Thu Nov 24, 2011 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting stage clarification
Replies: 3
Views: 1258

cool... :D mark it as Resolved.
by kamtammystuff
Thu Nov 24, 2011 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting stage clarification
Replies: 3
Views: 1258

Try using in-line sort with the three columns and mention only the 2 columns as sorking keys in the 'stage' tab on which you want to generage key change column.
by kamtammystuff
Tue Aug 30, 2011 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in joining two tables
Replies: 14
Views: 5845

Is your data in table1 has maximum 2 records for a id? If the answer to the above question is yes then generate a column say key and assign values to it as shown below table1: Name,id,value,key ---------------- A1,1,100,1 A2,1,200,2 B1,2,400,1 B2,2,300,2 C1,3,100,1 table2: id,value,key ---------- 1...
by kamtammystuff
Tue Aug 30, 2011 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in joining two tables
Replies: 14
Views: 5845

Is your data in table1 has maximum 2 records for a id?
by kamtammystuff
Thu Aug 18, 2011 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Server Job validation
Replies: 7
Views: 3126

Re: Issue with Server Job validation

Server Jobs always have this disadvange , it will never point out to a specific error. Try deleting the transformer and introduce a new transformer.
by kamtammystuff
Mon Aug 01, 2011 4:05 am
Forum: General
Topic: DataStage Client 7.5.3 will support DataStage server 7.5.1
Replies: 2
Views: 1935

Re: DataStage Client 7.5.3 will support DataStage server 7.5

Hi

1. 7.5.1 will be sufficinet to use that server but you cannot use the extra features of 7.5.3 .
2. Yes, But u here also you need to be consious while developing the jobs, You may have compiling Issues.
by kamtammystuff
Mon Aug 01, 2011 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting date
Replies: 13
Views: 5938

Internally at the core level.. Both the codes work in the same way So its touch to say which one works better But I Prefer to use a pre-defined function since it is handy.

But if your requirement demands you to use substings then.. thats fine.
by kamtammystuff
Mon Aug 01, 2011 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to date
Replies: 8
Views: 2986

It depends on the default format defined at you project level.
by kamtammystuff
Mon Aug 01, 2011 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to date
Replies: 8
Views: 2986

Re: string to date

Hi

Here the second parameter should always represent your input string format.