Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!ucsd!ucbvax!BELLCORE.COM!ALEX.wif.ctt.bellcore.COM!pc From: ALEX.wif.ctt.bellcore.COM!pc@BELLCORE.COM Newsgroups: comp.lang.asm370 Subject: mvs jcl Message-ID: <9105161712.AA27833@ucbvax.Berkeley.EDU> Date: 16 May 91 16:45:36 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 19 In article <9105160453.AA10338@ucbvax.Berkeley.EDU> hsi!hsi86!siperas@UUNET.UU.NET (Steve Siperas) writes: > a related question to assembler 370. Is there anyway to program a mutiple step > jcl job to be interactive as it is runs or at the beginning of the job determine > what steps to run. I don't want to have to actually modify the jcl all the time. interactive? as in interfacing to a user? sure: if the executing program does some computation, it can issue a DYNALLOC (SVC 99) to allocate the appropriate IO device, such as a terminal. further, it could use the INTRDR facility to submit job steps according to conditions. but is this the right way to do things? why does it have to be run under JCL and not TSO, or even CMS? jcl is painful. peter clitherow