Search found 42189 matches
- Wed Aug 25, 2010 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop Activity- Return status of each loop
- Replies: 8
- Views: 3857
There's no concept of a globally scoped variable in Sequence jobs you can update while the job runs. You may be able to build another job that takes in your new UserStatus value and appends it to its current UserStatus, thus concatenating them there but I'm not sure a job can query its own UserStatu...
- Wed Aug 25, 2010 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Input parameter values during runtime
- Replies: 3
- Views: 1483
- Wed Aug 25, 2010 6:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: after job subroutine to reset a failed independent job
- Replies: 10
- Views: 5221
- Wed Aug 25, 2010 6:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator group outputs empty string value
- Replies: 4
- Views: 1584
Re: Aggregator group outputs empty string value
hello, you know my habit of not opening new posts since similar problems are already reported in here. <snip> if you have any advice I would gladly take it :) First bit of advice? Break this habit. Similar != same, so please start a new post and then reference the old post if you feel it would be h...
- Wed Aug 25, 2010 6:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from excel
- Replies: 5
- Views: 2362
Re: Reading from excel
Sure it will, it just means you end up with more than one csv file.HariK wrote:if the excel file has more than one sheet than converting to CSV will not work.
- Wed Aug 25, 2010 6:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: source type dfloat to result type int32
- Replies: 7
- Views: 12609
- Wed Aug 25, 2010 6:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can anybody tell me the logic
- Replies: 3
- Views: 1268
- Wed Aug 25, 2010 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Incomplete column value??
- Replies: 6
- Views: 3575
- Wed Aug 25, 2010 6:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capturing rejected rows in Oracle
- Replies: 12
- Views: 3821
- Tue Aug 24, 2010 7:46 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Calling a webservice
- Replies: 11
- Views: 8116
- Tue Aug 24, 2010 7:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: In DataStage have any limitation for Job Name?
- Replies: 7
- Views: 4074
- Tue Aug 24, 2010 7:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Run time error in DataStage Designer
- Replies: 3
- Views: 3612
- Tue Aug 24, 2010 7:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capturing rejected rows in Oracle
- Replies: 12
- Views: 3821
- Tue Aug 24, 2010 11:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle to Oracle performance
- Replies: 7
- Views: 3970
- Tue Aug 24, 2010 11:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Frequent scheduling of Server Job
- Replies: 3
- Views: 1783
You do understand that DataStage has no 'native scheduling facility' and what it talks to is the Windows scheduler, yes? So the two approaches aren't really any different. Also, can you guarantee that your job never runs longer than five minutes? What I've built in the past for situations like this ...