SLEEP is not interruptible.
Investigate using task synchronization locks (the LOCK and UNLOCK statements in BASIC). A process will wait on a lock until the owner of that lock (a public numbered semaphore) is released. There is an administrator command for releasing these locks (MASTER LOCKS).
Search found 53125 matches
- Tue Oct 09, 2007 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to wake a sleeping job?
- Replies: 4
- Views: 1050
- Tue Oct 09, 2007 2:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete statement in a job
- Replies: 5
- Views: 1555
- Tue Oct 09, 2007 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange Error: Invalid Month
- Replies: 3
- Views: 970
- Tue Oct 09, 2007 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversions
- Replies: 5
- Views: 1130
- Tue Oct 09, 2007 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Plug-ins instalation & configuration
- Replies: 11
- Views: 2770
- Tue Oct 09, 2007 2:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: about data stage
- Replies: 10
- Views: 2575
Doesn't Search work for you, gunbala?
- Tue Oct 09, 2007 2:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Interesting observation of Datastage Version 8
- Replies: 9
- Views: 2279
- Tue Oct 09, 2007 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Node configuration file
- Replies: 1
- Views: 605
- Tue Oct 09, 2007 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: default node pool must be empty
- Replies: 3
- Views: 1393
- Tue Oct 09, 2007 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reference for Wrapped & Custom Stage
- Replies: 4
- Views: 1198
- Tue Oct 09, 2007 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Binary to Interger conversion
- Replies: 2
- Views: 1631
- Tue Oct 09, 2007 2:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Combining 6 outputs into 1
- Replies: 4
- Views: 926
- Tue Oct 09, 2007 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help simple configuration
- Replies: 3
- Views: 1845
- Tue Oct 09, 2007 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicate record error
- Replies: 1
- Views: 763
This is another example of a silly requirement. You are supposed to changed the way a program works, without changing the program? Do they issue you with a magic wand? You are right that, depending on the load method being used, the already-loaded rows ought to be rejected by the database, and there...
- Tue Oct 09, 2007 2:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Disabling Local Message Handlers
- Replies: 13
- Views: 4204
OK, the answer to the original question is that it IS possible. There is a check box in the Job Run Options dialog. In the API there are two functions for enabling/disabling message handlers, named something like DSSetEnableGlobalMsg and DSSetEnableLocalMsg. Still trying to track down some documenta...