Invoke Datastage Server/Parallel job from c++ program

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
MukundShastri
Premium Member
Premium Member
Posts: 103
Joined: Tue Oct 14, 2003 4:07 am

Invoke Datastage Server/Parallel job from c++ program

Post 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
Klaus Schaefer
Participant
Posts: 94
Joined: Wed May 08, 2002 8:44 am
Location: Germany
Contact:

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

Post 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
Klaus Schaefer
Participant
Posts: 94
Joined: Wed May 08, 2002 8:44 am
Location: Germany
Contact:

Post 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
Post Reply