Discussion:
JCL RESTART= when using Nested Procs
(too old to reply)
J***@ibm-main.lst
2006-08-03 23:16:23 UTC
Permalink
Nested JCL procs can be quite useful, but RESTART= seems to only allow
JOBSTEP.PROCSTEP and when you are doing nested procs, this is just not
enough. You would need something like JOBSTEP.NESTPROC.PROCSTEP or
JOBSTEP.NESTPROC1.NESTPROC2.NESTPROC3.PROCSTEP and so on. Looking at the
JCL manual, it appears that there is just no way to do such a restart for
nested procs if the step you want is WITHIN a nested proc. Anyone have
any way of getting around this? My scheduling program seems to deal with
it properly, but using the scheduler for my testing is a bit cumbersome.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Ted MacNEIL
2006-08-03 23:39:25 UTC
Permalink
Post by J***@ibm-main.lst
Nested JCL procs can be quite useful
I started this job as a JCL jockey in 1981.
When did nested PROCs become available?
The last time I tried, I got a JCL error.


When in doubt.
PANIC!!

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Edward Jaffe
2006-08-04 01:37:48 UTC
Permalink
Post by Ted MacNEIL
Post by J***@ibm-main.lst
Nested JCL procs can be quite useful
I started this job as a JCL jockey in 1981.
When did nested PROCs become available?
The last time I tried, I got a JCL error.
I believe it was MVS/ESA V4.
--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
***@phoenixsoftware.com
http://www.phoenixsoftware.com/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Hunkeler Peter , KIUB 34
2006-08-04 06:33:22 UTC
Permalink
MVS/ESA V3 (1988) implemented all those JCL enhancements
like nested PROCs, SET, IF-THEN-ELSE, INCLUDE, JCLLIB,
and promoted many DCB subparameters to independent parameters.

Peter Hunkeler
CREDIT SUISSE

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Ted MacNEIL
2006-08-04 06:49:48 UTC
Permalink
MVS/ESA V3 (1988) implemented all those JCL enhancements like nested PROCs
Old dog? New tricks?

Of course, I haven't had to really do substantial JCL coding since the early 1980's.
Live & learn (even if it is 20 years later).

It's amazing how hard it is to keep up, especially with stuff outside your direct responsibilities!

When in doubt.
PANIC!!

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Loading...