× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



If you mean the CL did this:

PGM
Call step1
Call step2
Call step3
ENDPGM

Then yes, it's a single job and step2 will not start until step1 ends. I
don't care if it starts from w/in a single-threaded jobq or from w/in
QUSRNOMAX. :)

The only way I can see a single-threaded jobq being important would be
if the cl was:

PGM
SBMJOB job(step1) cmd(call step1)
SBMJOB job(step2) cmd(call step2)
SBMJOB job(step3) cmd(call step3)
ENDPGM

In that case you'll need a single-threaded jobq.

-Walden


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.