DataStage Compilation for Sequences

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
arpitchopra
Participant
Posts: 35
Joined: Mon Nov 01, 2010 2:48 am
Location: New Delhi

DataStage Compilation for Sequences

Post 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 ?
Arpit Chopra
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
Post Reply