Welcome to DSXchange :D !!!
Metastage in version 8 of Datastage is clubbed in to single pack. Datastage itself will have single point of common repository.
Search found 5168 matches
- Mon Mar 05, 2007 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign sequence numbers to sorted data ?
- Replies: 7
- Views: 1573
Use stage variable in Transformer,
Assing Counter to a Field.
Oh sorry, just now I notices that the post has been repeated.
Code: Select all
Intial Assignment vPreKey = 1
Counter => If Input.ChangeKeyColumn = 0 Then PreKey + 1 Else 0
vPreKey = Counter
Assing Counter to a Field.
Oh sorry, just now I notices that the post has been repeated.
- Mon Mar 05, 2007 4:13 am
- Forum: General
- Topic: Parallel installs of DS 7.1 and 7.5.1
- Replies: 9
- Views: 4902
- Mon Mar 05, 2007 4:11 am
- Forum: General
- Topic: Live Data Feed capturing through DS
- Replies: 10
- Views: 3880
- Mon Mar 05, 2007 4:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_BadAlloc: error while processing data in an aggregator
- Replies: 7
- Views: 3091
Hi and Welcome to Dsxchange :D !!!! This has been discussed already. If make a search on this site, you can find lot of post. If your "Method = Hash" Change it to Sort. Check if the temp / Scratch disk is getting full when you run the job which has Aggregator stage. It may also be due to 2GB limit o...
- Mon Mar 05, 2007 4:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign sequence numbers to sorted data ?
- Replies: 7
- Views: 1573
Hope you are using Sort stage for sorting the data in the order. User "Create Key Change column" option in the Sort stage which will enable you additional field. This will assign 1 to each new group. User Transformer stage to store the previous record in a stage variable and add 1 till you find the ...
- Mon Mar 05, 2007 4:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign sequence numbers to sorted data ?
- Replies: 7
- Views: 1573
Hope you are using Sort stage for sorting the data in the order. User "Create Key Change column" option in the Sort stage which will enable you additional field. This will assign 1 to each new group. User Transformer stage to store the previous record in a stage variable and add 1 till you find the ...
- Mon Mar 05, 2007 4:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign sequence numbers to sorted data ?
- Replies: 7
- Views: 1573
Hope you are using Sort stage for sorting the data in the order. User "Create Key Change column" option in the Sort stage which will enable you additional field. This will assign 1 to each new group. User Transformer stage to store the previous record in a stage variable and add 1 till you find the ...
- Mon Mar 05, 2007 1:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dsx Change
- Replies: 4
- Views: 1065
- Mon Mar 05, 2007 12:12 am
- Forum: General
- Topic: DCS-Strategies 10 years of thanks
- Replies: 8
- Views: 2628
- Mon Mar 05, 2007 12:08 am
- Forum: General
- Topic: DsEngine Function
- Replies: 3
- Views: 1319
- Mon Mar 05, 2007 12:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to delete the indexes of a table using routine
- Replies: 8
- Views: 1947
- Mon Mar 05, 2007 12:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help on dsexport
- Replies: 40
- Views: 15946
- Sun Mar 04, 2007 11:58 pm
- Forum: General
- Topic: Problem logging into a DS project
- Replies: 10
- Views: 2760
- Sun Mar 04, 2007 11:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: writing Null field on a fixed width sequential file
- Replies: 21
- Views: 4869