Search found 53125 matches
- Tue Sep 25, 2007 12:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Space problem
- Replies: 6
- Views: 1585
It's disk space that's at issue here, not memory space. Each job creates a number of hashed files and directories, as you observed. These should only be deleted by deleting the job. They are the places where run-time metadata are stored. Create a new project on a different file system, and move some...
- Tue Sep 25, 2007 12:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calculating Days
- Replies: 9
- Views: 2854
- Tue Sep 25, 2007 12:30 am
- Forum: General
- Topic: Calculating buisness hours between two timestamps
- Replies: 20
- Views: 4493
There are already some examples in the Parallel forum. Search is your friend. There's a good one by dsguru2b that mimics the functionality of an Ereplace function.
- Tue Sep 25, 2007 12:28 am
- Forum: General
- Topic: Migration from Informatica to Data Stage
- Replies: 4
- Views: 1878
Welcome aboard. Strike 1: posting in the wrong forum Strike 2: doing it just after Andy moved dozens of posts to the correct fora Strike 3: claiming urgency This is an all volunteer site. All posters post as and when they can, with none being paid for doing so. If you need urgent support, sign up wi...
- Mon Sep 24, 2007 9:39 pm
- Forum: General
- Topic: Calculating buisness hours between two timestamps
- Replies: 20
- Views: 4493
Open Designer. Open a parallel job. Select the Stage Types branch. From the New tool choose new parallel stage then, from the menu presented, choose Build. Note the names of the tabs. Emplace your code there. You can use F1 to get help or read the pertinent chapter of the Parallel Job Advanced Devel...
- Mon Sep 24, 2007 7:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scritpt to extract job and sequence names
- Replies: 2
- Views: 919
Try Search - you will find at least two examples.
- Mon Sep 24, 2007 7:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Add new parameter and remove default value from Jobs
- Replies: 10
- Views: 2481
Bana, feel free to send money for free receipt ! There is a tool called Parameter Manager for DataStage available from the folks who run this site, but I am not sure that it is still available. There is a forum here at DSXchange relating to it. Vincent published a blog on hacking job parameters with...
- Mon Sep 24, 2007 7:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: partioning dataset???
- Replies: 1
- Views: 764
- Mon Sep 24, 2007 7:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while running Transformer Stage
- Replies: 4
- Views: 2315
- Mon Sep 24, 2007 7:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How delete Datasets
- Replies: 4
- Views: 1530
- Mon Sep 24, 2007 7:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Usage of Nodes
- Replies: 2
- Views: 1865
The number of player processes has been restricted to two, presumably by the stage in question being executed in a two-node node pool. When run on a configuration containing other than two nodes, this alert message will be generated, solely to make you aware of the mismatch. The job will still run, ...
- Mon Sep 24, 2007 7:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp to Db2 Date Conversion
- Replies: 1
- Views: 906
Depending on whether the source is a timestamp or a string, extract the date portion using a conversion function (with appropriate timestamp format string) then substring. Once you have a string, rearrange it with substring and concatenation, making sure to include leading zeroes where required. The...
- Mon Sep 24, 2007 7:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Select query fails sometimes
- Replies: 4
- Views: 2221
- Mon Sep 24, 2007 6:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using MONTH.TAG in the Transformer Stage
- Replies: 2
- Views: 1026
- Mon Sep 24, 2007 6:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control
- Replies: 3
- Views: 1176
Re: Job control
ds_is_fun wrote:What does Job control do?
Anything you like.
In job sequences this tab holds the code generated by compiling the job sequence (in read-only form).
Otherwise you can custom code job control routines to do pretty much anything you can imagine, including make lunch.