Page 1 of 1

Invoke Datastage Server/Parallel job from c++ program

Posted: Thu Jul 13, 2006 3:57 am
by MukundShastri
Can a DataStage Server/Paralle job in Enterprise edition be invoked from a C++ program using DataStage APIs?

What are the main steps to be taken to do this invoking ?

Thanks
Mukund

Re: Invoke Datastage Server/Parallel job from c++ program

Posted: Thu Jul 13, 2006 5:36 am
by Klaus Schaefer
Have a look at the Server Job Developers Guide, chapter "DataStage Development Kit (Job Control Interfaces)".

It describes all API-calls. Should be valid for server and EE jobs.

Klaus

Posted: Thu Jul 13, 2006 5:59 am
by Klaus Schaefer
Just test it out ;-)

Unfortunatly I'm neither a c++ guru nor having experience in working with DS API-calls from external programs...

Klaus