80 lines
5.8 KiB
HTML
80 lines
5.8 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="Place a job on the job queue" />
|
|
<meta name="abstract" content="Jobs are placed on the job queue by either moving an existing job from one queue to another, or by submitting a new job. Use iSeries Navigator to move jobs between queues. Use the character-based interface to submit a new job." />
|
|
<meta name="description" content="Jobs are placed on the job queue by either moving an existing job from one queue to another, or by submitting a new job. Use iSeries Navigator to move jobs between queues. Use the character-based interface to submit a new job." />
|
|
<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="zrzaksputjobsonjobqueue" />
|
|
<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>Place a job on the job queue</title>
|
|
</head>
|
|
<body id="zrzaksputjobsonjobqueue"><a name="zrzaksputjobsonjobqueue"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Place a job on the job queue</h1>
|
|
<div><p>Jobs are placed on the job queue by either moving an existing job
|
|
from one queue to another, or by submitting a new job. Use iSeries™ Navigator
|
|
to move jobs between queues. Use the character-based interface to submit a
|
|
new job.</p>
|
|
</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><div class="nested1" xml:lang="en-us" id="navputjobsonjobqueue"><a name="navputjobsonjobqueue"><!-- --></a><h2 class="topictitle2">iSeries Navigator</h2>
|
|
<div><div class="section">To use the iSeries Navigator interface, the job must already
|
|
exist in another job queue. Then you can move the job from one queue to another
|
|
queue. (To place a new job on a job queue, use the command line interface.)</div>
|
|
<a name="navputjobsonjobqueue__movejobqnav"><!-- --></a><ol id="navputjobsonjobqueue__movejobqnav"><li class="stepexpand"><span>In iSeries Navigator,
|
|
expand<span class="menucascade"><span class="uicontrol">Work Management</span> > <span class="uicontrol">Job Queues</span> > <span class="uicontrol">All Job Queues</span></span>. </span></li>
|
|
<li class="stepexpand"><span>Right-click the job that you want to move.</span> The
|
|
Move window opens where you can specify the destination queue.</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
<div class="nested1" xml:lang="en-us" id="cbeputjobsonjobqueue"><a name="cbeputjobsonjobqueue"><!-- --></a><h2 class="topictitle2">Character-based interface</h2>
|
|
<div><div class="section">The following is a list of character-based interface methods for
|
|
placing a new job on the new job queue.</div>
|
|
<ul><li><span>Submit Job (<span class="cmdname">SBMJOB</span>): Allows a job that is running
|
|
to submit another job to a job queue to be run later as a batch job. Only
|
|
one element of request data can be placed on the new job's message queue.
|
|
The request data can be a CL command if the routing entry used for the job
|
|
specifies a CL command processing program (such as the IBM-supplied QCMD program). </span></li>
|
|
<li><span>Add Job Schedule Entry (<span class="cmdname">ADDJOBSCDE</span>): Automatically
|
|
the system submits a job to the job queue at the time and date specified in
|
|
the job schedule entry.</span></li>
|
|
<li><span>Submit Database Jobs (<span class="cmdname">SBMDBJOB</span>): Submits
|
|
jobs to job queues so they can be run as batch jobs. The input stream is read
|
|
either from a physical database file or from a logical database file that
|
|
has a single-record format. This command allows you to specify the name of
|
|
this database file and its member, the name of the job queue to be used, and
|
|
to decide whether jobs being submitted can be displayed by the Work with Submitted
|
|
Jobs (<span class="cmdname">WRKSBMJOB</span>) command. </span></li>
|
|
<li><span>Start Database Reader (<span class="cmdname">STRDBRDR</span>): Read a batch
|
|
input stream from a database and place one or more jobs on job queues.</span></li>
|
|
<li><span>Transfer Job (<span class="cmdname">TFRJOB</span>): Move the current job
|
|
to another job queue in an active subsystem.</span></li>
|
|
<li><span>Transfer Batch Job (<span class="cmdname">TFRBCHJOB</span>): Move the current
|
|
job to another job queue.</span></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |