Search found 34 matches

by anusha
Mon Jun 16, 2008 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use User-defined server routines in parallel jobs
Replies: 9
Views: 3714

If the routines are of type "transform function" then yes. If the routines are of type "before/after subroutine" then no, you can not use these from a BASIC Transformer stage expression. ... Thanks Ray, Yes the routines are of Transform type..........but even then functinality i...
by anusha
Mon Jun 16, 2008 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use User-defined server routines in parallel jobs
Replies: 9
Views: 3714

Can we use User-defined server routines in parallel jobs

Hi all, Please help in resolving this issue, I have created some user-defined server routines.I need to use these routines in parallel jobs...... SO i created a a parallel job using Basic Transformer Stage.I am able to see all my server routines through DS Routines in Basic TYransformer Stage but wh...
by anusha
Fri May 23, 2008 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does it required to install C++ to compile parallel routines
Replies: 1
Views: 907

Does it required to install C++ to compile parallel routines

Please help me with the following query....... I have develped a parallel routine i,e C++ code in Notepad and save it with .cpp ext. Can any one help in in assisting how to compile this routine and where to compile this routine in windows platform...... Is it required to install C++ to get the compi...
by anusha
Mon Dec 31, 2007 2:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic XML
Replies: 1
Views: 990

Dynamic XML

I have developed a job that takes input from .csv files and generate output in XML file. Now problem statement is that: if the joining condition of two files not satisfy then tags related to that files should not be a part of the output. (means dynamically we have to set the columns(tags of XML file...