Parallel Processing with SUBMIT program

Hi All,

             I have a Program which SUBMITs a standard program to extend contracts. The contracts that we are sending to this SUBMIT can run to hundred thousand records. I plan to divide this data to smaller chunks and call them in Background process using JOB_OPEN and JOB_CLOSE. 

But how do I determine the number of records in each packet or chunk. 

Scroll to Top