I have a question.
I want to run more instance of same job in parallel from within a script: I have a loop in which I invoke jobs with dsjob
and without option "-wait
" and "-jobstatus
".
I want that jobs completed before script termination, but I don't know how to verify if job instance terminated. I though to use wait command but it is not appropriate.
Thanks in advance