On Mon, 16 Oct 2006 11:16:49 -0700 Charles Mills <[EMAIL PROTECTED]> wrote:
:>I want to build a TSO foreground Rexx exec that will do the following :>Submit a job :>Modify a JCL INCLUDE used by the job :>Submit the job again :>Modify a JCL INCLUDE used by the job :>Etc. :>I'm currently doing the same thing manually one step at a time, but of :>course the EXEC will be much faster than I am. :>Questions: :>1. Do I have an exposure that the converter (is that the right term?) has :>not fully converted the job before the EXEC modifies the INCLUDE? Yes. :>2. Is there any way to interlock that other than adding a small delay and :>hoping for the best? The EXEC only has to run in my sandbox, not at a :>customer site. The EXEC currently does the modify of the INCLUDE member by :>ALLOC OLD :>Write with EXECIO :>FREE What is in the INCLUDE? Can you place it in-line? Can you create different members? -- Binyamin Dissen <[EMAIL PROTECTED]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.com domain. I very rarely bother responding to challenge/response systems, especially those from irresponsible companies. ---------------------------------------------------------------------- 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

