DsEngine Function

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
Madhu1981
Participant
Posts: 69
Joined: Wed Feb 22, 2006 7:49 am

DsEngine Function

Post 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
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post 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.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post 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.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

In other words, everything runs on the server under the control of the DSEngine.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply