74 lines
5.6 KiB
HTML
74 lines
5.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="task" />
|
|
<meta name="DC.Title" content="Create a job description" />
|
|
<meta name="abstract" content="Use the character-based interface and the Work With Job Description (WRKJOBD) command or the Create Job Description (CRTJOBD) command to create job descriptions." />
|
|
<meta name="description" content="Use the character-based interface and the Work With Job Description (WRKJOBD) command or the Create Job Description (CRTJOBD) command to create job descriptions." />
|
|
<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="rzakscreatejobdesc" />
|
|
<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>Create a job description</title>
|
|
</head>
|
|
<body id="rzakscreatejobdesc"><a name="rzakscreatejobdesc"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Create a job description</h1>
|
|
<div><p>Use the character-based interface and the Work With Job Description
|
|
(<span class="cmdname">WRKJOBD</span>) command or the Create Job Description (<span class="cmdname">CRTJOBD</span>)
|
|
command to create job descriptions.</p>
|
|
<div class="section"><strong>Command</strong>: Create Job Description <span class="cmdname">(CRTJOBD)</span></div>
|
|
<div class="example"><strong>Example</strong>: In this example, a job description is created named
|
|
INT4 in the user's current library. This job description is for interactive
|
|
jobs and is used by Department 127. When you sign on, you must type your password.
|
|
The characters QCMDI are used as routing data that is compared with the routing
|
|
table of the subsystem where the job is run. All inquiry messages are compared
|
|
to the entries in the system reply list to determine whether a reply is issued
|
|
automatically.<blockquote><pre>CRTJOBD JOBD(INT4) USER(*RQD) RTGDTA(QCMDI)
|
|
INQMSGRPY(*SYSRPYL)
|
|
TEXT('Interactive #4 JOBD for Department 127')</pre>
|
|
</blockquote>
|
|
<div class="p">This command creates a job description named BATCH3 in
|
|
the user's current library. The jobs using this description are placed on
|
|
the job queue NIGHTQ. The priority for jobs using this description and their
|
|
spooled output is 4. QCMDB is the routing data that is compared with entries
|
|
in the routing table of the subsystem where the job runs. The accounting code
|
|
of NIGHTQ012345 is used when recording accounting statistics for jobs that
|
|
use this job description.<blockquote><pre>CRTJOBD JOBD(BATCH3) USER(*RQD) JOBQ(NIGHTQ) JOBPTY(4)
|
|
OUTPTY(4) ACGCDE(NIGHTQ012345) RTGDTA(QCMDB)
|
|
TEXT('Batch #3 JOBD for high priority night work')</pre>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
<div class="section"><div class="note"><span class="notetitle">Note:</span> The values in the job description are typically
|
|
used as the default values of the corresponding parameters in the Batch Job
|
|
(<span class="cmdname">BCHJOB</span>) and Submit Job (<span class="cmdname">SBMJOB</span>) commands
|
|
when their parameters are not specified. The values in the job description
|
|
can be overridden by the values specified on the <span class="cmdname">BCHJOB</span> and <span class="cmdname">SBMJOB</span> commands</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> |