On Sun, 27 Apr 2014 14:26:51 -0700, Jon Perryman wrote:
>
>Submitting JCL is the best solution but submitting 1000 jobs to be a bit 
>much.Submitting 3 or 4 is more reasonable but you will need to use a queue to 
>pull the next IP address. For the queue, you could install / use the REXX 
>interface to MQ or DB2. Alternatively you could install / use RXVSAM from CBT 
>and use a VSAM file as a queue.
>
I have used POSIX pipes to control a queue in a POSIX shell script.  Shell is
more suited to concurrent operations than Rexx; simply it has the "&" construct.
In my case I wanted concurrency but conservatively (arbitrarily) limited to 5
concurrent processes.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to