- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Have a requirement to create a job, read data and check, if condition1 execute job1 else if condition2 execute job2 etc.. till job15.. Job1 to Job15 are already created
could you please provide your suggestions in this
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Can you give an example of "condition" - how does the input table look like?
And the jobs1-15 are DI Studio created jobs, and are "totally" different?
Without knowing more, I think I might suggest a non DIS solution (or user written code) with some %include to call appropriate job.
/Linus
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
how are you executing your job code? This conditional execution of jobs would typically be handled in your scheduling software. Please send some more details, perhaps this is solvable in some other way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
If the conditions are on data then
1. Handle the conditions through a splitter.
2. Put a LOOP in front of each work (output) table and pass the parameter, specific to the job, to the LOOP.
3. Do the same for each condition and process job(s) in the LOOP.
4. terminate the LOOP with END LOOP transformation.
Use the ref: http://support.sas.com/documentation/cdl/en/etlug/60948/HTML/default/viewer.htm#n0t84jtm1a5wofn1e4qp...
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sunil,
You can create dependency jobs in LSF scheduler.You can try that.
Thanks,
Shiva