Search found 42189 matches
- Wed Feb 06, 2008 8:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PRINTER memory segment removed
- Replies: 7
- Views: 1944
- Tue Feb 05, 2008 5:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FIX Protocol
- Replies: 5
- Views: 1080
- Tue Feb 05, 2008 3:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conversion of 32 bit hashed files to 64 bit using a routine
- Replies: 7
- Views: 1491
- Tue Feb 05, 2008 1:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning Solaris for Datstage 7.5.2
- Replies: 8
- Views: 2137
- Tue Feb 05, 2008 1:13 pm
- Forum: General
- Topic: Connecting Database using DS routine
- Replies: 9
- Views: 2492
- Tue Feb 05, 2008 12:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can I have a job that checks to see if a job is running?
- Replies: 9
- Views: 3511
- Tue Feb 05, 2008 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can I have a job that checks to see if a job is running?
- Replies: 9
- Views: 3511
- Tue Feb 05, 2008 12:30 pm
- Forum: General
- Topic: Connecting Database using DS routine
- Replies: 9
- Views: 2492
- Tue Feb 05, 2008 11:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can I have a job that checks to see if a job is running?
- Replies: 9
- Views: 3511
- Tue Feb 05, 2008 9:39 am
- Forum: General
- Topic: Start Loop - infinite loop
- Replies: 11
- Views: 5501
- Tue Feb 05, 2008 8:57 am
- Forum: General
- Topic: Start Loop - infinite loop
- Replies: 11
- Views: 5501
No, not the wrong stage per se, it's just that it was built with a fixed end in mind. What you'd really want to build is an RTI job, but (I assume) with that not being a possibility... What you could do is hand code something similar to the Loop stages in a batch job but without the hard end point. ...
- Tue Feb 05, 2008 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conversion of 32 bit hashed files to 64 bit using a routine
- Replies: 7
- Views: 1491
- Tue Feb 05, 2008 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conversion of 32 bit hashed files to 64 bit using a routine
- Replies: 7
- Views: 1491
- Tue Feb 05, 2008 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORACLE BULK LOADER 8.1(dropping keys)
- Replies: 1
- Views: 674
- Tue Feb 05, 2008 7:40 am
- Forum: General
- Topic: Start Loop - infinite loop
- Replies: 11
- Views: 5501
Welcome. :D Define 'continuous' and 'infinite' in your case. The loop counter can be a rather large number (9 9s from what I recall) - are you saying that you would need to loop more than that number of times in a continous run? Perhaps an idea of what kind of problem you are trying to solve is in o...