How to write and execute routines for PX jobs in c++?

Showing Answers 1 - 2 of 2 Answers

Evoori

  • Sep 19th, 2006
 

You define and store the routines in the Datastage repository(ex:in routine folder). And these rountines are excuted on c++ compilers.

  Was this answer useful?  Yes

Kiran

  • Nov 2nd, 2006
 

You have to write routine in C++ (g++ in Unix). then you have to create a object file. provide this object file path in your routine.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions