Hi Dear Listers, As I try to submit two different jobs JOB1 and JOB2 (both jobs with the same init class 1 in their jobcards, and init class 1 is the only one in the system) in a single JCL with like below :
//SYSPRINT DD SYSOUT=* //SYSTSIN DD * SUBMIT 'SYS2.PROD.JOBLIB(JOB1)' SUBMIT 'SYS2.PROD.JOBLIB(JOB2)' the system give them a job the number say JOB22540 to JOB1 and let's say JOB22541 to JOB2 respectively. As both get submitted, first they both wait for a couple of minutes so that a resouce used by another user become available to them. As long as this resource becomes available, JOB1 and JOB2 start in turn, but JOB2 first, not JOB1. Does anybody out there have any idea about why this could be happened ? Many thanks in advance. Regards. Nasuh KARAHALLI. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

