Sql query in PX routine

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
halpavan2
Participant
Posts: 31
Joined: Fri Apr 18, 2008 5:44 am
Location: Hyderabad

Sql query in PX routine

Post by halpavan2 »

Hello All,

I want to write a PX routine. My requirment was i want extract two columns runid and rerunid which will stored in a particular table. For this i need to write a parallel routine. How can i do that. Please share me the code if anybody knows. I am totally new to rotines.

Thanks in Advance.
pavan
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are you also totally new to the C++ programming language? If so, you're about to embark on a fairly steep learning curve.

(I don't have any code that performs this task.)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I would suggest you use a job to do this.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply