Page 1 of 1

How to find maximum number of jobs that are allowed to run ?

PostPosted: Wed Nov 02, 2011 7:14 pm
by YGNHZEUS
Hi all,
How to find the setting of maximum number of jobs that are allowed to run concurrently on a z/OS system?

Re: How to find maximum number of jobs that are allowed to r

PostPosted: Wed Nov 02, 2011 7:26 pm
by enrico-sorichetti
all depends on Your definition of job
job in a strict meaning or in wider sense
as ... JOB, STC, TSO ?

for JOBs in strict sense the limit is the number of initiators
for TSO users the number is defined by the MAXUSERs TSO parameter
for STC( IIRC ) theoretically no limit

the best places to look for such info are
for the supported values ... the manuals
starting from
http://www-03.ibm.com/systems/z/os/zos/ ... index.html
and search for the INITIALIZATION guides

for the values used in Your organization ... Your suppoort

Re: How to find maximum number of jobs that are allowed to r

PostPosted: Wed Nov 02, 2011 7:29 pm
by YGNHZEUS
enrico-sorichetti wrote:all depends on Your definition of job
job in a strict meaning or in wider sense
as ... JOB, STC, TSO ?

for JOBs in strict sense the limit is the number of initiators
for TSO users the number is defined by the MAXUSERs TSO parameter
for STC( IIRC ) theoretically no limit

the best places to look for such info are
for the supported values ... the manuals
starting from
http://www-03.ibm.com/systems/z/os/zos/ ... index.html
and search for the INITIALIZATION guides

for the values used in Your organization ... Your suppoort



Oh..Thanks. Is there any setting contained in IEASYSxx PARMLIB members?

Re: How to find maximum number of jobs that are allowed to r

PostPosted: Wed Nov 02, 2011 7:32 pm
by enrico-sorichetti
Is there any setting contained in IEASYSxx PARMLIB members?


why not look Yourself at the manuals ?

Re: How to find maximum number of jobs that are allowed to r

PostPosted: Thu Nov 03, 2011 2:10 am
by steve-myers
YGNHZEUS wrote:Oh..Thanks. Is there any setting contained in IEASYSxx PARMLIB members?
No. The nearest specification in IEASYSnn is the maximum number of address spaces, which is not quite what you are looking for.

Re: How to find maximum number of jobs that are allowed to r

PostPosted: Sat Dec 24, 2011 8:44 pm
by NicC
Not a lot to do with memory. Just count the number of initiators then deduct those that are running system tasks eg IMS CICS DB2 etc. The remaining initiators are available for jobs of the right class. May years ago - mid '80s - whilst new mainframes were being installed I think the .limit was 1024 initiators but for effective throughput of batch we actually fired up about 30 or 40 including those for system tasks.