86 lines
6.4 KiB
HTML
86 lines
6.4 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="Use a job description" />
|
||
|
<meta name="abstract" content="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:" />
|
||
|
<meta name="description" content="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:" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksmngjobdesc.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksjobdescription.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="rzaksusejobdesc" />
|
||
|
<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>Use a job description</title>
|
||
|
</head>
|
||
|
<body id="rzaksusejobdesc"><a name="rzaksusejobdesc"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Use a job description</h1>
|
||
|
<div><p>The most common way to use a job description is by specifying it
|
||
|
in the Submit Job (SBMJOB) command. The job description (<span class="parmname">JOBD</span>)
|
||
|
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:</p>
|
||
|
<div class="p"></div>
|
||
|
<div class="section"><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
|
||
|
the <span class="cmdname">BCHJOB</span> or <span class="cmdname">SBMJOB</span> command). For example,
|
||
|
to override the message logging in the job description QBATCH, you specify: <blockquote><pre>SBMJOB JOB(OEDAILY) JOBD(QBATCH) LOG(2 20 *SECLVL)</pre>
|
||
|
</blockquote>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="section"><div class="p">The following are additional commands that support the job description
|
||
|
parameter:<ul><li>Batch Job (<span class="cmdname">BCHJOB</span>): This command indicates the beginning
|
||
|
of a batch job in a batch input stream. It can also specify different values
|
||
|
for the attributes for the job instead of the ones specified in the job description
|
||
|
or user profile for this job. The values contained in the job description
|
||
|
or in the user profile named in that job description are used for most parameters
|
||
|
not coded in the <span class="cmdname">BCHJOB</span> command. </li>
|
||
|
<li>Add Prestart Job Entry (<span class="cmdname">ADDPJE</span>): The Add Prestart Job
|
||
|
Entry (<span class="cmdname">ADDPJE</span>) command adds a prestart job entry to the
|
||
|
specified subsystem description. The entry identifies prestart jobs that may
|
||
|
be started when the subsystem is started or when the Start Prestart Jobs (<span class="cmdname">STRPJ</span>)
|
||
|
command is entered. </li>
|
||
|
<li>Add Autostart Job Entry (<span class="cmdname">ADDAJE</span>): The Add Autostart
|
||
|
Job Entry (<span class="cmdname">ADDAJE</span>) command adds an autostart job entry
|
||
|
to the specified subsystem description. The entry identifies the job name
|
||
|
and the job description to be used to automatically start a job. </li>
|
||
|
<li>Add Work Station Entry (<span class="cmdname">ADDWSE</span>): The Add
|
||
|
Work Station Entry (<span class="cmdname">ADDWSE</span>) command adds a workstation
|
||
|
entry to the specified subsystem description. Each entry describes one or
|
||
|
more workstations that are controlled by the subsystem. The workstations identified
|
||
|
in the workstation entries are allowed to sign on or enter the subsystem and
|
||
|
run jobs. </li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="note"><span class="notetitle">Note:</span> You cannot override any job description attributes for autostart
|
||
|
jobs, workstation jobs, or communications jobs.</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmngjobdesc.htm" title="Since a job description collects a specific set of job-related attributes, the same job description can be used by multiple jobs. Thus, if you use a job description, you do not need to specify the same parameters repeatedly for each job. You can create job descriptions to describe batch jobs or interactive jobs. You can also create unique descriptions for each user of the system. Job descriptions are created and managed by using the character-based interface.">Manage job descriptions</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzaksjobdescription.htm" title="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.">Job description</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|