Page 1 of 1

DataStage Compilation for Sequences

Posted: Fri Sep 14, 2012 12:02 am
by arpitchopra
Hi Experts !!
Is there a way in DataStage to compile a sequence recursively, i.e., all the jobs called within the sequence (either a sequence itself or a parallel job) are compiled in just one shot ?
Or do we have to do a multiple job compile and select these jobs manually ?

Posted: Fri Sep 14, 2012 12:48 am
by ArndW
I don't know of a way to do a compile of job-and-all-called-components (similar to the export options). It can be done with a script or a program, but the effort involved would be rather high.

Posted: Fri Sep 14, 2012 3:51 pm
by ray.wurlod
Use Advanced Find to perform a deep dependencies search then select the result and effect a Multi Job compile from the right-click menu.

Posted: Sat Sep 15, 2012 12:00 am
by ArndW
Ha - of course; once I read Ray's post I remember doing that sort of a multi-job compile many times in the past! I'd retract my incorrect answer if I could.