68 lines
5.3 KiB
HTML
68 lines
5.3 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="Job description" />
|
||
|
<meta name="abstract" content="The job description allows you to create a set of job attributes that are saved and available for multiple uses. The job description can be used as the source for some of the job attributes that tell the system how to run a job. The attributes tell the system when to start the job, where to get the job from, and how the job will run. You can think of a job description as a template that many jobs can use, thereby reducing the number of specific parameters that you need to set for each individual job." />
|
||
|
<meta name="description" content="The job description allows you to create a set of job attributes that are saved and available for multiple uses. The job description can be used as the source for some of the job attributes that tell the system how to run a job. The attributes tell the system when to start the job, where to get the job from, and how the job will run. You can think of a job description as a template that many jobs can use, thereby reducing the number of specific parameters that you need to set for each individual job." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksjobcharacter.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakscreatejobdesc.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksusejobdesc.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="rzaksjobdescription" />
|
||
|
<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>Job description</title>
|
||
|
</head>
|
||
|
<body id="rzaksjobdescription"><a name="rzaksjobdescription"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Job description</h1>
|
||
|
<div><p>The job description allows you to create a set of job attributes
|
||
|
that are saved and available for multiple uses. The job description can be
|
||
|
used as the source for some of the job attributes that tell the system how
|
||
|
to run a job. The attributes tell the system when to start the job, where
|
||
|
to get the job from, and how the job will run. You can think of a job description
|
||
|
as a template that many jobs can use, thereby reducing the number of specific
|
||
|
parameters that you need to set for each individual job. </p>
|
||
|
<p>Job descriptions are used by autostart, batch, interactive, and prestart
|
||
|
job types. You can use the same job description for multiple jobs. When you
|
||
|
define a job, you can use the job description in one of two ways:</p>
|
||
|
<ul><li>Use a specified job description without overriding any of its attributes.
|
||
|
For example:<blockquote><pre>SBMJOB JOB(OEDAILY) JOBD(QBATCH)</pre>
|
||
|
</blockquote>
|
||
|
</li>
|
||
|
<li>Use a specified job description but override some of the attributes (using <span class="cmdname">BCHJOB</span> or <span class="cmdname">SBMJOB</span> command).
|
||
|
For example, to override the message logging in the job description QBATCH,
|
||
|
specify:<blockquote><pre>SBMJOB JOB(OEDAILY) JOBD(QBATCH)
|
||
|
LOG(2 20 *SECLVL)</pre>
|
||
|
</blockquote>
|
||
|
<div class="note"><span class="notetitle">Note:</span> You cannot override any job
|
||
|
description attributes for autostart jobs, workstation jobs, or communication
|
||
|
jobs.</div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksjobcharacter.htm" title="Work management provides a way for you to control the work done on your system through a job's attributes. However, before you can control the various aspects of a job, you need to understand the different characteristics of a job.">Job characteristics</a></div>
|
||
|
</div>
|
||
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
||
|
<div><a href="rzakscreatejobdesc.htm" title="Use the character-based interface and the Work With Job Description (WRKJOBD) command or the Create Job Description (CRTJOBD) command to create job descriptions.">Create a job description</a></div>
|
||
|
<div><a href="rzaksusejobdesc.htm" title="The most common way to use a job description is by specifying it in the Submit Job (SBMJOB) command. The job description (JOBD) parameter is where you specify the job description that you want this job to use. When you define a batch job, you can use the job description in one of two ways:">Use a job description</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|