Search found 53125 matches
- Tue Oct 27, 2009 5:34 pm
- Forum: General
- Topic: Staggered start in a sequence
- Replies: 23
- Views: 7405
It IS possible to write interruptible sleep routines, but it requires operating system calls and therefore would probably be need to be written in C (and, if server routines need to invoke the function, it would also be necessary to create a GCI subroutine definition - you don't really want to go th...
- Tue Oct 27, 2009 5:32 pm
- Forum: Data Integration
- Topic: DSTX Support
- Replies: 1
- Views: 8444
Not here. There are separate fora for TX (WebSphere Transformation Extender), for Information Analyzer (formerly ProfileStage formerly Mercator), and for lots of other things. Explore. However the form in which you posted is for general questions about data integration (stragegies, tools, techniques...
- Tue Oct 27, 2009 11:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Custom Stage
- Replies: 1
- Views: 1366
- Tue Oct 27, 2009 11:56 am
- Forum: General
- Topic: Passing job parm to body of notification activity
- Replies: 2
- Views: 1219
- Tue Oct 27, 2009 11:04 am
- Forum: General
- Topic: Staggered start in a sequence
- Replies: 23
- Views: 7405
- Tue Oct 27, 2009 9:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Full form of APT
- Replies: 5
- Views: 5004
- Tue Oct 27, 2009 9:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Nodes Configration strange warning
- Replies: 5
- Views: 1913
- Tue Oct 27, 2009 9:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to hide passwords? Gets exposed because of ExecuteSH opt
- Replies: 1
- Views: 1054
- Tue Oct 27, 2009 9:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance issue ?
- Replies: 9
- Views: 3352
- Tue Oct 27, 2009 9:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LIST.READU not showing locked jobs
- Replies: 8
- Views: 4074
- Tue Oct 27, 2009 9:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Stagge
- Replies: 4
- Views: 2454
- Tue Oct 27, 2009 9:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Error
- Replies: 1
- Views: 992
- Tue Oct 27, 2009 9:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Job error
- Replies: 3
- Views: 1409
- Tue Oct 27, 2009 9:21 am
- Forum: General
- Topic: what are different types of joins possible in lookup stage
- Replies: 1
- Views: 1990
- Mon Oct 26, 2009 7:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Huge tsorf files are getting created in Scratch space
- Replies: 1
- Views: 741
You need to be aware that DataStage moves stuff (data) around in large chunks (3MB by default though this is configurable). To create heap files for a heap merge sort, the files themselves will necessarily be large. But they're only temporary, so don't worry about it. Just make sure you have PLENTY ...