55 lines
3.8 KiB
HTML
55 lines
3.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="Avoid a long-running function from a workstation" />
|
|
<meta name="abstract" content="To avoid a long-running function (such as save/restore) from a workstation without tying it up, the system operator can submit the job to a job queue." />
|
|
<meta name="description" content="To avoid a long-running function (such as save/restore) from a workstation without tying it up, the system operator can submit the job to a job queue." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanageintjobs.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakshowintactivejobstarts.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="rzaksavoidlongrunwkstatn" />
|
|
<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>Avoid a long-running function from a workstation</title>
|
|
</head>
|
|
<body id="rzaksavoidlongrunwkstatn"><a name="rzaksavoidlongrunwkstatn"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Avoid a long-running function from a workstation</h1>
|
|
<div><p>To avoid a long-running function (such as save/restore) from a
|
|
workstation without tying it up, the system operator can submit the job to
|
|
a job queue.</p>
|
|
<div class="p">The subsystem description QSYS/QBATCH or QSYS/QBASE, which is supplied
|
|
by IBM<sup>®</sup>,
|
|
has a job queue QSYS/QBATCH that can be used for this purpose. If you created
|
|
your own subsystem, you should refer to the job queue for that subsystem.
|
|
The system operator can submit the commands from the system operator menu.</div>
|
|
<div class="section">The following is an example of submitting a long-running command:</div>
|
|
<div class="example"><blockquote><pre>SBMJOB JOB(SAVELIBX) JOBD(QBATCH) JOBQ(QSYS/QBATCH)
|
|
CMD(SAVLIB LIBX DEV(DKT01))</pre>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanageintjobs.htm" title="An interactive job starts when you sign on to the system or, transfer to a secondary or group job. The interactive job ends when you sign off. Working from a display station, you interact with the system by issuing commands, using function keys, and running programs and applications. The following information discusses the various methods for managing and controlling interactive jobs.">Manage interactive jobs</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzakshowintactivejobstarts.htm" title="When a user signs on to the system, the subsystem gathers information from several system objects before the interactive job is ready.">How an interactive job starts</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |