Search found 7 matches

by alex
Sun Aug 17, 2003 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: phantom in DataStage
Replies: 2
Views: 1586

phantom in DataStage

Why phantom process took all the CPU usage? How can I avoid phantom?

Thanks in advance
Alex
by alex
Sat Jun 07, 2003 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Modify Parameter
Replies: 5
Views: 2353

You can't modify a parameter. You can create one more column in transformer and assign that parmeter. Then you can modify that column.
by alex
Sat Jun 07, 2003 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Problem
Replies: 5
Views: 2746

Shiva,
When you design second job, before you update, you should lookup to with key column. If you found the key column you can update, othewise you can't. Try that.

All the best,
Alex
by alex
Sat Jun 07, 2003 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I access Job Parameters from Subroutine
Replies: 16
Views: 4691

You can pass job parameter to routine parameter. So that you can access job paramter. When you wrote routine which is general and you are not sure this routine is only for this job. So, you can't access job parmeter from routine. So, when you wrote routine, create one more parameter which will accep...
by alex
Sat Jun 07, 2003 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I access Job Parameters from Subroutine
Replies: 16
Views: 4691

you can pass job parameter to routine parameter. then you can access job parameter. Normally, when you write a routing, which is general and which is not for particular job. So routine does not know parameter.


All the best,
Alex
by alex
Sat Jun 07, 2003 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I access Job Parameters from Subroutine
Replies: 16
Views: 4691

when you call routine, you have to pass job parameters to routine parameter. Then you can access job parameter. quote: Originally posted by raggid [br]I have a lot of parameters defined and it would be messy to have to redefine then in the subroutine I am using. How do I access the values in already...
by alex
Sat Jun 07, 2003 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I access Job Parameters from Subroutine
Replies: 16
Views: 4691

quote:Originally posted by raggid
[br]I have a lot of parameters defined and it would be messy to have to redefine then in the subroutine I am using.

How do I access the values in already defined job parameters?

Thanks in advance,
Raggy