> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Rob Scott > Sent: Friday, May 23, 2008 1:30 PM > To: [email protected] > Subject: Re: Controlling the execution sequence of dependant > jobs in JES2 (the details) > > Dave, > > Ever considered using SCLM? - one of its strengths is > controlling what actually has been updated and what to build > as a consequence. > > There is some initial pain to define exactly what makes up > the product using its own "ARCHDEF" language - however after > that it is a breeze to re-gen the product - and it all runs > in one batch job in the correct sequence. > > The price is right too..... > > Rob Scott
>From what I gather, you have three classes or stages of jobs. Stage 1 is the update. Stage 2 are the compiles. Stage 3 is the linkedit. You want stage 1 to finish before stage 2 starts. If stage 1 fails, do you want to continue with stages 2 (assemblies) & 3 (linkedits)? After ever job in stage 2 ends, you want to run stage 3. The return codes on the jobs in stage 2 are irrelevant to stage 3 execution. Can SCLM be told to ignore the RC of the assemblies? I don't know SCLM. I'll be really, really off the wall. Why not use make? It can be set up to do the updates, then if they succeed, do all the compiles (and it can be told to ignore the RC of the compile), then do the linkedit. It really is set up to run off of UNIX files, but I'll bet there is a way to have it run standard z/OS programs too. But it may be too much of a PITA. I don't know. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

