Search found 3 matches

by yoganand
Thu Mar 02, 2006 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call the PX routine in job control of DS PX job
Replies: 9
Views: 4345

Arnd & ray,

Thanks for your advises.

I will try with alternates.


BestRegards,
Yoganand
by yoganand
Thu Mar 02, 2006 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call the PX routine in job control of DS PX job
Replies: 9
Views: 4345

Ray,

These routines needs to execute in both job control and PX Transformer.
If I write server routine we can not use those routines in PX transformer.

I wrote PX routines which are working in PX Transformer and I want to use same routines in job control section of PX job.

Thanks,
Yoganand
by yoganand
Wed Mar 01, 2006 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call the PX routine in job control of DS PX job
Replies: 9
Views: 4345

How to call the PX routine in job control of DS PX job

Hi, I have created one parallel routine in DS 7.5.1A This routine is of type "External Transformer". I am trying to call this PX routine in Job control section of a PX job using below code... DEFFUN DSU.MyFunc(int) RetCode= DSU.MyFunc(100) Job is getting aborted. can any one suggest me how...