The //JOBCAT should be used when using MVS as your "generating" system.
On Fri, Jun 30, 2023 at 11:16?PM Doug Wegscheid <dwegscheid@...>
wrote:
from the 6.7 00README:
```
g06-jobcard-nonstarter.jcl
g06-jobcard-starter.jcl
Jobs to modify the "JOBCARD" stage 1 sysgen macro in SYS1.AGENLIB. Run
one
or the other, depending on your circumstances: the "nonstarter" version
if
you're using MVS or some other system that supports VSAM as your
generating
system, the "starter" version if you're using the VS1 6.0 starter system
as
your generating system. The "starter" version adds a "JOBCAT" DD
statement
to each stage 2 job, the "nonstarter" version doesn't.
```
I am reading the jobs as doing the opposite WRT //JOBCAT. Are the jobs
wrong, or the docs?