54 lines
3.6 KiB
HTML
54 lines
3.6 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="concept" />
|
|
<meta name="DC.Title" content="A job's life: submit a job" />
|
|
<meta name="abstract" content="When a job is submitted, it is created and enters the system. At this time, the attributes are given to the job." />
|
|
<meta name="description" content="When a job is submitted, it is created and enters the system. At this time, the attributes are given to the job." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksjoblife.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksjoblifejobq.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="rzaksjblfsbmjob" />
|
|
<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>A job's life: submit a job</title>
|
|
</head>
|
|
<body id="rzaksjblfsbmjob"><a name="rzaksjblfsbmjob"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">A job's life: submit a job</h1>
|
|
<div><p>When a job is submitted, it is created and enters the system. At
|
|
this time, the attributes are given to the job. </p>
|
|
<p>The job description holds <dfn class="term">attributes</dfn> that the job will use
|
|
to go through the work management life cycle. These attributes include the
|
|
user profile the job will start to run under, the request data (which tells
|
|
the job what it will do), and the initial user portion of the library list,
|
|
and so on. The job description also holds information that tells the job which
|
|
job queue to enter and the routing data. The routing data is later used by
|
|
the subsystem to find the routing entry that contains information needed for
|
|
the job to start running. The output queue is also defined within the job
|
|
description. It tells where printer output (also called spooled files) from
|
|
a job will go. </p>
|
|
<p>After the job receives its values (initialization, customization) for its
|
|
job attributes, it moves to the job queue where it waits to enter the subsystem.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksjoblife.htm" title="To understand the basics of iSeries work management, follow a simple batch job as it moves through the system.">A job's life</a></div>
|
|
<div class="nextlink"><strong>Next topic:</strong> <a href="rzaksjoblifejobq.htm" title="Job queues are work entry points for batch jobs to enter the system. They can be thought of as "waiting rooms" for a subsystem.">A job's life: the job enters the job queue</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |