So if in a batch-cycle, we have, assume, 1000 jobs and we put all those jobs in a single dataset and submit, they wil also get submitted.
YES
Then is it like a smal sechduler in itself?
NOPE!
each job will be treated independently from the other ones
the execution sequence will be UNPREDICTABLE
and it will depend roughly on the number of converter task
a big job ( many EXECs many DDs ) will take longer to interpret/convert that a single exec single dd job
complicated by procs and nested procs
submitting a dataset with
Code: Select all
//verylarge JOB ..
// ...
// ...
// ...
//onestep JOB
//STEP EXEC PGM=IEFBR14
//DDNM DD ....
will normally result in the onestep job executed first
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
