Search found 42189 matches
- Fri Jan 25, 2008 1:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job restart ability, schedule using DS director
- Replies: 4
- Views: 1366
Exactly. And you can write your own job control code or nowadays build a looping Sequence job. It's pretty much just a matter of running the job and then figuring out how much time is left in your slice to sleep for. And always (always) build yourself a way to interrupt the process so it can be shut...
- Fri Jan 25, 2008 11:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance tuning for update the records in target table
- Replies: 6
- Views: 2494
- Fri Jan 25, 2008 10:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job restart ability, schedule using DS director
- Replies: 4
- Views: 1366
You have to define what should happen if your job takes more than 15 minutes to run. And I would (and have) build a wrapper job that gets scheduled in once a day. It runs the sub-job every 15 minutes, sleeps between iterations and automagically handles an overrun. It should also poll for interrupts...
- Fri Jan 25, 2008 9:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I find logs cleared by user from director? if yes how?
- Replies: 8
- Views: 1765
- Fri Jan 25, 2008 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I find logs cleared by user from director? if yes how?
- Replies: 8
- Views: 1765
- Fri Jan 25, 2008 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Search a Field in Datastage Repository
- Replies: 6
- Views: 2922
Reporting Tool not equal Usage Analysis. Two different things.
You could also find posts from Chuck Smith and get his free utility that would help in this effort. The URL is www.anotheritco.com from what I recall.
You could also find posts from Chuck Smith and get his free utility that would help in this effort. The URL is www.anotheritco.com from what I recall.
- Fri Jan 25, 2008 8:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting two records From ABAP Extract pack
- Replies: 1
- Views: 628
- Fri Jan 25, 2008 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before/After Subroutine problem
- Replies: 16
- Views: 5723
- Fri Jan 25, 2008 7:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ignore one or more keys of an hashed file in a lookup
- Replies: 14
- Views: 3652
Alethesnake wrote:This second one puzzles me because if I write only:Code: Select all
SELECT office_code, office_surrogate_code FROM office_pointer WHERE office_code = ?;
It runs well.
When you have two question marks, do you have two columns marked as Key fields as well?
- Fri Jan 25, 2008 7:49 am
- Forum: General
- Topic: from BCP to Oracle using DataStage
- Replies: 9
- Views: 5125
- Fri Jan 25, 2008 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Password exposure issue
- Replies: 10
- Views: 4192
- Fri Jan 25, 2008 1:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migrating 7.5.2 to 8.0.1 and Windows to Unix
- Replies: 10
- Views: 2679
- Fri Jan 25, 2008 1:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting of XML files
- Replies: 5
- Views: 2341
It's an option in the XML Output stage - check the help for Trigger Column. Every time the value in the trigger column changes, it switched to a new file. ... The problem with this solution, you have to create a key beforehand and do the counting that way. Also you are not going to have much of a c...
- Fri Jan 25, 2008 1:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regarding compilation of sequenec
- Replies: 3
- Views: 1453
- Fri Jan 25, 2008 1:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff. Between DataStage 7.5 and DataStage Hawk
- Replies: 2
- Views: 1013