routine

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
rmeenakumari822
Participant
Posts: 30
Joined: Sat Oct 25, 2008 9:09 pm
Location: chennai

routine

Post by rmeenakumari822 »

How can you compile and run your PX routines?
priya
jaydevahir
Participant
Posts: 7
Joined: Sun Mar 12, 2006 4:55 am

Re: routine

Post by jaydevahir »

rmeenakumari822 wrote:How can you compile and run your PX routines?
You can open the routine and compile them separately or within the job they are called. To execute the routine you can do the same call them in the job with any parameters if at all or run them independently giving the parameters.

Cheers!
Jay
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

To run (without embedding in a DataStage job) you would need to write and compile an appropriate main() function that could be executed independently and which could invoke your routine.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply