How are jobs implemented internally?

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
santhoshrao.kuttuva
Participant
Posts: 13
Joined: Tue May 12, 2009 6:22 am
Location: Chennai

How are jobs implemented internally?

Post by santhoshrao.kuttuva »

How jobs internally implemented in Datastage Engine and I have to know in which format the jobs will be stored inside repository.

Please help
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Why do you think you 'have to' know this? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

A parallel job design is stored as (a) generated OSH, which can be viewed in job properties, and (b) generated C++ objects/libraries.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
santhoshrao.kuttuva
Participant
Posts: 13
Joined: Tue May 12, 2009 6:22 am
Location: Chennai

Post by santhoshrao.kuttuva »

ray.wurlod wrote:A parallel job design is stored as (a) generated OSH, which can be viewed in job properties, and (b) generated C++ objects/libraries. ...
Thanks a lot....
Post Reply