Job Parameters
Moderators: chulett, rschirm, roy
Job Parameters
I have create a fairly simple job that contains a Parameter that identifies the path if of the input file. I would like to create a batch process to run this job for 50 different parameter inputs. Any suggestions?
Hi,
You can:
1. write some sequenc job logic with start/end loop activity.
2. write a job control with a loop.
How do you plan to get the list of parameter values?
IHTH,
You can:
1. write some sequenc job logic with start/end loop activity.
2. write a job control with a loop.
How do you plan to get the list of parameter values?
IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.
Search before posting:)
Join the DataStagers team effort at:
http://www.worldcommunitygrid.org

Time is money but when you don't have money time is all you can afford.
Search before posting:)
Join the DataStagers team effort at:
http://www.worldcommunitygrid.org

Hi,
Usually after finishing with a job you perform the DSDetachJob() routine (read about it in the manuals)
On windows machines I usually add a sleep 3 or 5 for stability reasons especially if I run many jobs in a loop one after the other in parallel (then again it has been a while since last time I worked on a windows DS server so people are welcome to correct me if this is no longer needed)
IHTH,
Usually after finishing with a job you perform the DSDetachJob() routine (read about it in the manuals)
On windows machines I usually add a sleep 3 or 5 for stability reasons especially if I run many jobs in a loop one after the other in parallel (then again it has been a while since last time I worked on a windows DS server so people are welcome to correct me if this is no longer needed)
IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.
Search before posting:)
Join the DataStagers team effort at:
http://www.worldcommunitygrid.org

Time is money but when you don't have money time is all you can afford.
Search before posting:)
Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
