Compiling job

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
apkselvam
Participant
Posts: 31
Joined: Mon Sep 04, 2006 2:37 am

Compiling job

Post by apkselvam »

Hi,
After compiling & executing the job, What gets generated - exe file or OSH or anythingelse and When OSH generated.
jayantthakore
Participant
Posts: 42
Joined: Tue Jan 18, 2005 5:48 am

Post by jayantthakore »

OSH is generated when the job get compiled.
You can see the generated OSH in the Job Properties.
regards,
Jayant S Thakore
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

May I know your version of the Datastage. I guess your server might be in unix. Though you clients are on windows, the jobs are getting compiled and stored in the server. Where ther is not such exe. Rather its all a OSH code.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Irrespective of platform, an osh script is generated. An operating system control file (shell script or bat file) to execute the osh script is also generated. If the job includes Transformer stage(s) or BuildOp(s), then some C++ modules will also be created, and compiled and linked.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply