Search found 15603 matches
- Thu Sep 20, 2007 1:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Global Search and Replace for Stage Variables
- Replies: 6
- Views: 1574
I don't think anyone's code will do what you need. Because your logic spans lines, I'd think that writing a DS/BASIC program that reads a whole .DSX file to a dynamic array, which you can then process by searching for tokens, might be the easiest approach. If you declare the folder which contains th...
- Thu Sep 20, 2007 12:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: installation error
- Replies: 8
- Views: 1601
- Thu Sep 20, 2007 12:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to provide condition in lookup stage
- Replies: 3
- Views: 903
- Wed Sep 19, 2007 10:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to stop universe service manually
- Replies: 5
- Views: 2826
- Wed Sep 19, 2007 10:48 pm
- Forum: General
- Topic: Datastage to informatica
- Replies: 4
- Views: 1061
- Wed Sep 19, 2007 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle connect by functionality in DataStage
- Replies: 8
- Views: 2162
- Wed Sep 19, 2007 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Load Balancing using job Control
- Replies: 15
- Views: 3554
If you can't access Ken's code you can code it in DataStage without too much effort. I have used this kind of resource control extensively, in fact I'm monitoring a job right now that takes the number of instances to run in parallel as a parameter. You cannot use the Job Activity in a sequencer, sin...
- Wed Sep 19, 2007 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Import error
- Replies: 1
- Views: 664
- Wed Sep 19, 2007 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Iterating a single server job over multiple schemes
- Replies: 6
- Views: 1953
- Wed Sep 19, 2007 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to provide condition in lookup stage
- Replies: 3
- Views: 903
- Wed Sep 19, 2007 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle connect by functionality in DataStage
- Replies: 8
- Views: 2162
- Wed Sep 19, 2007 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Global Search and Replace for Stage Variables
- Replies: 6
- Views: 1574
Colin - think recursion I often write either a DS/BASIC program (as a routine) or a DataStage job to do this kind of mass conversion - I read the .dsx file as input and create a new .dsx outpt and do the logic within DataStage. Alternately I will use EMACS, which allows for very simple macros to be ...
- Wed Sep 19, 2007 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TimeStamp Conversion
- Replies: 3
- Views: 1175
- Wed Sep 19, 2007 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Month End Date Manipulation
- Replies: 1
- Views: 891
The builtin date manipulation routines let you do this easily - but you need to know how to handle such situations as "03-30-2003" minus one month. My favored approach is to use the 1st day of the month (every month has one) and then, once I get the answer, subtract one day to get the last day of th...
- Wed Sep 19, 2007 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: automation of making jobs readonly
- Replies: 5
- Views: 1214