Search found 4 matches

by ktv
Tue Jul 29, 2008 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage sever job - Memory usage issue
Replies: 3
Views: 2519

Memory usage can be monitored with system tools. The normal method of starting many other jobs is thorugh use of a job sequence. If you call the jobs from a transform they will most likely all get started at roughly the same time unless you build in a "-wait". How much memory is half of your server...
by ktv
Mon Jul 28, 2008 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage sever job - Memory usage issue
Replies: 3
Views: 2519

Datastage sever job - Memory usage issue

I'm facing a memory problem in datastage .. A server job(call it the control job) is used to call 17 jobs, one by one, through routines in the transformer stage. This server job is said to take up half the datastage server memory through out the whole process ie., until all the 17 jobs are run. I ne...
by ktv
Mon Jul 28, 2008 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage server job - memory usage issue
Replies: 1
Views: 899

datastage server job - memory usage issue

I'm facing a memory problem in datastage .. A server job(call it the control job) is used to call 17 jobs, one by one, through routines in the transformer stage. This server job is said to take up half the datastage server memory through out the whole process ie., until all the 17 jobs are run. I ne...
by ktv
Mon Jun 30, 2008 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer - round off decimal values
Replies: 1
Views: 2523

transformer - round off decimal values

I have given the metadata for a numeric field as (16,0) in the transformer, for input and output links. There are two output links with the same calculation. Once the calculation is done, the value is 12250.99. One output link goes to an Aggregator whereas the other to a Sequential File. The Seq fil...