65 lines
3.9 KiB
HTML
65 lines
3.9 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="Delete a job queue" />
|
||
|
<meta name="abstract" content="To delete a job queue, use the character-based interface." />
|
||
|
<meta name="description" content="To delete a job queue, use the character-based interface." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanagejobq1.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="rzaksdeletejobqueue" />
|
||
|
<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>Delete a job queue</title>
|
||
|
</head>
|
||
|
<body id="rzaksdeletejobqueue"><a name="rzaksdeletejobqueue"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Delete a job queue</h1>
|
||
|
<div><p>To delete a job queue, use the character-based interface.</p>
|
||
|
<div class="p">Restrictions:<ul><li>The job queue being deleted cannot contain any entries. All jobs on the
|
||
|
queue must be completed, deleted, or moved to a different job queue.</li>
|
||
|
<li>A subsystem cannot be active to the job queue.</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="section"><p>There is more than one way to delete a job queue. Although two
|
||
|
methods are listed here, the <span class="cmdname">WRKJOBQ</span> command is the recommended
|
||
|
method because it shows the job count and status.</p>
|
||
|
<p><strong>Command: </strong> Work
|
||
|
with Job Queue (<span class="cmdname">WRKJOBQ</span>) </p>
|
||
|
<div class="p"><blockquote>If the number of jobs
|
||
|
is 0, then you can use option 4=Delete to delete the job queue from the library.</blockquote>
|
||
|
</div>
|
||
|
<p>Use
|
||
|
the DLTJOBQ with automated scripts and clean up environments. Be careful when
|
||
|
using this method because the default behavior of this command is to search
|
||
|
the library list and delete the first job queue that matches the specified
|
||
|
name. If you have two job queues of the same name in different libraries,
|
||
|
you might end up deleting the wrong one. You can override this behavior by
|
||
|
specifying a specific library. </p>
|
||
|
<strong>Command: </strong>Delete Job
|
||
|
Queue (<span class="cmdname">DLTJOBQ</span>)</div>
|
||
|
<div class="example"><strong>Example:</strong> This command deletes the job queue SPECIALJQ in library
|
||
|
SPECIALLIB.<blockquote><pre>DLTJOBQ JOBQ(SPECIALLIB/SPECIALJQ) </pre>
|
||
|
</blockquote>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanagejobq1.htm" title="As you manage the work on your system, you might find it necessary to manipulate jobs that are waiting in a job queue. Perhaps someone needs a job run immediately and the job is sitting in a queue at a low priority. Or maybe you need to perform some maintenance on a subsystem and want to move all of the jobs to a queue that is not associated with that particular subsystem.">Manage job queues</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|