63 lines
4.4 KiB
HTML
63 lines
4.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="task" />
|
|
<meta name="DC.Title" content="Queue or reject program start requests" />
|
|
<meta name="abstract" content="If a program start request arrives when the current number of prestart jobs is less than the number specified in the MAXJOBS attribute on the prestart job entry, and none of the prestart jobs are available to handle the program start request, you have the option to have this new request rejected or queued." />
|
|
<meta name="description" content="If a program start request arrives when the current number of prestart jobs is less than the number specified in the MAXJOBS attribute on the prestart job entry, and none of the prestart jobs are available to handle the program start request, you have the option to have this new request rejected or queued." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanagprestartjob.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004-2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004-2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakspgmstrtreq" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Queue or reject program start requests</title>
|
|
</head>
|
|
<body id="rzakspgmstrtreq"><a name="rzakspgmstrtreq"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Queue or reject program start requests</h1>
|
|
<div><p>If a program start request arrives when the current number of prestart
|
|
jobs is less than the number specified in the MAXJOBS attribute on the prestart
|
|
job entry, and none of the prestart jobs are available to handle the program
|
|
start request, you have the option to have this new request rejected or queued.</p>
|
|
<div class="p">To reject or queue the program start request, use the WAIT attribute
|
|
on the prestart job entry. </div>
|
|
<div class="section">WAIT(*NO) means that if no prestart job is available immediately,
|
|
the program start request is rejected. <p>WAIT (*YES) means that if no prestart
|
|
job is available immediately and no prestart job can be started due to MAXJOBS
|
|
to service the program start request, the program start request is rejected.
|
|
If no prestart job is available immediately, but additional prestart jobs
|
|
can be or have been started, the program start request is queued.</p>
|
|
</div>
|
|
<div class="example">This command adds a prestart job entry for the PGM1 program in the
|
|
QGPL library to the PJSBS subsystem description contained in the QGPL library.
|
|
The entry specifies that 15 prestart jobs (program PGM1 in the QGPL library)
|
|
are started when subsystem PJSBS in the QGPL library is started. When the
|
|
pool of available prestart jobs is reduced to four (because the prestart jobs
|
|
are servicing requests specified for program PGM1 in the QGPL library), ten
|
|
additional jobs are started. If no prestart jobs are available for this entry
|
|
when a request is received, the request is rejected. <blockquote><pre>ADDPJE SBSD(QGPL/PJSBS) PGM(QGPL/PGM1) INLJOBS(15)
|
|
THRESHOLD(5) ADLJOBS(10) WAIT(*NO)
|
|
</pre>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanagprestartjob.htm" title="Use prestart jobs to reduce the amount of time required to handle a program start request. This topic discusses the most common tasks associated with prestart jobs.">Manage prestart jobs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |