Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
if its about parallel processing to make the process faster
then a simple workaround could be divide the files in two parts and change their names to some particular string so that you can distinguish files of part one and two
and then use those particular strings as file mask in both the jobs respectively
in this way you can achieve the parallel processing.