Page 1 of 1

DsEngine Function

Posted: Sun Mar 04, 2007 10:39 am
by Madhu1981
I have one basi question.

When we run a job from client componenet, internally either it runs on server or on Datastage ENgine.
What is the role f DSEngine exactly

Thanks

Posted: Sun Mar 04, 2007 10:42 am
by DSguru2B
The DataStage engine is on the server. If you have a programming backgroud then on a higher level of understanding, compiler/interpreter is to programming language as DataStage engine is to Datastage. It does a lot more, has all the internal repository tables, can run uv commands on it etc etc etc.

Posted: Mon Mar 05, 2007 12:08 am
by kumar_s
When you execute a job from a client application, you are executing the job Executable available in Sever, and hence executed in server by DSEngine.

Posted: Mon Mar 05, 2007 1:19 am
by chulett
In other words, everything runs on the server under the control of the DSEngine.