Search found 42189 matches
- Tue Dec 10, 2013 8:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate sequence numbers within a sorted list
- Replies: 3
- Views: 2179
Hopefully something similar but with better stage variable names. :wink: FYI - this is old school stage variable usage for resetting a counter while doing group change detection. And the first variable isn't really needed but can be helpful if your 'group' consists of multiple fields. And as with al...
- Tue Dec 10, 2013 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate Multiple Files without outputting key column value
- Replies: 6
- Views: 9325
- Tue Dec 10, 2013 8:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SIGINT Error
- Replies: 4
- Views: 2417
- Tue Dec 10, 2013 8:17 am
- Forum: Site/Forum
- Topic: 40k+ users
- Replies: 18
- Views: 21443
- Mon Dec 09, 2013 10:47 am
- Forum: General
- Topic: SQL Server database connection not working
- Replies: 3
- Views: 2370
- Mon Dec 09, 2013 8:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SIGINT Error
- Replies: 4
- Views: 2417
- Mon Dec 09, 2013 8:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: VIEWDATA ROW LIMITER HIT from CFF
- Replies: 1
- Views: 2320
- Mon Dec 09, 2013 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-00604: error occurred at recursive SQL level 1
- Replies: 2
- Views: 3253
- Sun Dec 08, 2013 8:58 pm
- Forum: General
- Topic: SQL Server database connection not working
- Replies: 3
- Views: 2370
Googled for your SQLSTATE & CODE. Perhaps these help:
http://dba.stackexchange.com/questions/ ... d-for-user
or
http://www.sqlserverblogforum.com/2012/ ... ep-failed/
http://dba.stackexchange.com/questions/ ... d-for-user
or
http://www.sqlserverblogforum.com/2012/ ... ep-failed/
- Sun Dec 08, 2013 8:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to Decimal conversion
- Replies: 7
- Views: 15273
- Sat Dec 07, 2013 11:10 am
- Forum: General
- Topic: deleting a project
- Replies: 3
- Views: 854
- Sat Dec 07, 2013 8:46 am
- Forum: General
- Topic: Deleting a Job
- Replies: 1
- Views: 675
- Sat Dec 07, 2013 8:43 am
- Forum: General
- Topic: deleting a project
- Replies: 3
- Views: 854
- Fri Dec 06, 2013 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing multiple groups of recs to a shared container
- Replies: 8
- Views: 3559
It would help if you explained your 'grouping evaluation' logic in the transformer. Assuming this shared container is meant to be used in multiple jobs then I would suggest you make no assumptions about how the incoming data is arriving. Sort it by group first, add a Key Change column to ease your g...
- Fri Dec 06, 2013 2:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare input column with Loop cache value in transformer
- Replies: 8
- Views: 8597
I'm assuming they are referring to the transformer cache introduced in 8.5 along with looping and the SaveInputRecord() and GetInputRecord() functions. Yes?asorrell wrote:DataStage doesn't really have a concept of "cached" records.