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
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
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.
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.
Hi Sunil,
You can create dependency jobs in LSF scheduler.You can try that.
Thanks,
Shiva
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.