Hi support (or anybody)
Is it possible to create temporary variables named dynamically when a job runs, and for them to be automatically 'dropped' at the end of the job? i.e. so that they don't exist in the Variables dialogue and don't consume too many system resources.
Reason I ask is that I am querying a database for job parameters and there could be 20-30 of them. There could also be 3 or 4 'similar' jobs running in parallel doing the same thing so I need different variables so they don't overwrite each other. I want to allocate the returned values to variables in a loop - for example 'J1 through to J30' and use them in various processes and logs. Then when the job finishes I just want to get rid of them.
perhaps the most obvious way is the right way? (i.e. 'SET VARIABLE' and then 'REMOVE VARIABLE' tasks, but that would mean lots of individual task definitions? or......?
Cheers
Andy
Edited by moderator
2012-03-02T09:45:06Z
|
Reason: Not specified