Charles Mills wrote: > You know, all things considered, I think the simplest > solution for **my** problem is to add a little delay after each SUBMIT.
I perhaps misunderstood the original problem. I was proposing that you essentially do your own include processing, and submit the whole thing as one stream, rather than relying on any scheme that has the converter do the include at some indeterminate later time. I'm also not sure if you are using the TSO or the ISPF SUBMIT command. If it's the TSO one, don't forget that it accepts a dslist, and there is no requirement that each dataset/member contain exactly one job. So you could perhaps in your Rexx do: build mainline JCL in member X build include stuff in member Y build other include stuff in member Z Address TSO "SUB (JCL(X) JCL(Y) JCL(Z))" This doesn't sound hard to change to from what you have now. Tony H. ---------------------------------------------------------------------- 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

