ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaks_5.4.0.1/rzaksendprestartjob.htm

83 lines
6.0 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="End a prestart job" />
<meta name="abstract" content="You can use the iSeries Navigator or the character-based interface to end a prestart job and any associated inline data files for a prestart job entry in an active subsystem. Jobs can be waiting for a request or can already be associated with a request. Spooled output files associated with the jobs being ended can also be ended or allowed to remain on the output queue. The limit on the number of messages being written to each of the job logs can also be changed." />
<meta name="description" content="You can use the iSeries Navigator or the character-based interface to end a prestart job and any associated inline data files for a prestart job entry in an active subsystem. Jobs can be waiting for a request or can already be associated with a request. Spooled output files associated with the jobs being ended can also be ended or allowed to remain on the output queue. The limit on the number of messages being written to each of the job logs can also be changed." />
<meta name="DC.Relation" scheme="URI" content="rzaksmanagprestartjob.htm" />
<meta name="DC.Relation" scheme="URI" content="rzaksprestarttype.htm" />
<meta name="DC.Relation" scheme="URI" content="../experience/work2abstract.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="rzaksendprestartjob" />
<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>End a prestart job</title>
</head>
<body id="rzaksendprestartjob"><a name="rzaksendprestartjob"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">End a prestart job</h1>
<div><p>You can use the iSeries™ Navigator or the character-based interface
to end a prestart job and any associated inline data files for a prestart
job entry in an active subsystem. Jobs can be waiting for a request or can
already be associated with a request. Spooled output files associated with
the jobs being ended can also be ended or allowed to remain on the output
queue. The limit on the number of messages being written to each of the job
logs can also be changed.</p>
</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 class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzaksprestarttype.htm" title="A prestart job is a batch job that starts running before a work request is received. The prestart jobs are started before any other types of jobs in a subsystem. Prestart jobs are different from other jobs because they use prestart job entries (part of the subsystem description) to determine which program, class, and storage pool to use when they are started.">Prestart jobs</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../experience/work2abstract.htm">Experience Report: Tuning prestart job entries</a></div>
</div>
</div><div class="nested1" xml:lang="en-us" id="navendprestartjob"><a name="navendprestartjob"><!-- --></a><h2 class="topictitle2">iSeries Navigator</h2>
<div><div class="section">To use iSeries Navigator,
do the following:</div>
<ol><li><span>In iSeries Navigator,
expand <span class="menucascade"><span class="uicontrol">Work Management</span> &gt; <span class="uicontrol">Active
Jobs</span></span>. </span></li>
<li><span>Locate the prestart job that you want to end.</span></li>
<li><span>Right-click the prestart job and click <span class="uicontrol">Delete/End</span>.</span></li>
<li><span>Complete Confirm Delete/End window and click <span class="uicontrol">Delete</span>.</span></li>
</ol>
</div>
<div class="nested2" xml:lang="en-us" id="cbiendprestartjob"><a name="cbiendprestartjob"><!-- --></a><h3 class="topictitle3">Character-based interface</h3>
<div><div class="section"><strong>Command</strong> : End Prestart Job (<span class="cmdname">ENDPJ</span>)</div>
<div class="example"><strong>Example</strong>: This command ends all jobs associated with prestart
job entry PJPGM in subsystem SBS1 immediately. Spooled output produced by
these prestart jobs is deleted and the job log is saved. <blockquote><pre>ENDPJ SBS(SBS1) PGM(PJLIB/PJPGM) OPTION(*IMMED)
SPLFILE(*YES)</pre>
</blockquote>
<div class="p"><strong>Example</strong>: This command ends all the jobs associated
with prestart job entry PJPGM2 in subsystem SBS2. Spooled output for these
prestart jobs is saved for normal processing by the spooling writer. The jobs
have 50 seconds to perform any cleanup routines, after which they are immediately
ended. <blockquote><pre>ENDPJ SBS(SBS2) PGM(PJPGM2) OPTION(*CNTRLD)
DELAY(50) SPLFILE(NO)</pre>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</body>
</html>