ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaks_5.4.0.1/rzaksjobnamesyntax.htm

74 lines
4.7 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 name syntax" />
<meta name="abstract" content="To make it easier to control and identify jobs on the system, each job has a unique qualified job name. The qualified job name consists of three parts: the job name (or simple job name), the user name, and the job number." />
<meta name="description" content="To make it easier to control and identify jobs on the system, each job has a unique qualified job name. The qualified job name consists of three parts: the job name (or simple job name), the user name, and the job number." />
<meta name="DC.Relation" scheme="URI" content="rzaksjobcharacter.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="rzaksjobnamesyntax" />
<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 name syntax</title>
</head>
<body id="rzaksjobnamesyntax"><a name="rzaksjobnamesyntax"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Job name syntax</h1>
<div><p>To make it easier to control and identify jobs on the system, each
job has a unique qualified job name. The qualified job name consists of three
parts: the job name (or simple job name), the user name, and the job number.</p>
<ul><li>For interactive jobs, the job name is the same as the name of
the workstation or emulator session that you signed on to. For batch jobs
you can specify your own job name. The job name can be up to 10 characters
long.</li>
<li>The user name is the name of the user profile under which the job is started.
For interactive jobs, the user name is the user profile used to signon to
the system. This is the user name that you entered in the user field on the
signon display. If you are using Telnet and by-passing the signon, this is
the user name that you use to automatically sign on to the system. For batch
jobs you can specify the user profile under which the batch job is to run.
The user name can be up to 10 characters long.</li>
<li>The job number is a unique number assigned by the system so that you can
identify jobs, even if more than one has the same job name and user name.
The job number is always 6 numeric digits.</li>
</ul>
<div class="section"><h4 class="sectiontitle">Syntax</h4><div class="p">The syntax for qualified job names is similar
to qualified names for objects. For example, if the job name is DSP01, the
user is QPGMR, and the job number is 000578, the qualified job name is entered
on the Work with Job (<span class="cmdname">WRKJOB</span>) command as follows: <blockquote><pre>WRKJOB JOB(000578/QPGMR/DSP01)</pre>
</blockquote>
</div>
<div class="p">Another
similarity to object names is that you do not need to specify all of the qualifiers.
For example consider the following: <blockquote><pre>WRKJOB JOB(QPGMR/DSP01)</pre>
</blockquote>
or<blockquote><pre>WRKJOB JOB(DSP01)</pre>
</blockquote>
</div>
<p>This works the same as entering the entire qualified job name. If several
jobs on the system match the portion of the job name that you entered, the
Select Job display appears. This display allows you to select which job you
want from a list of duplicate job names.</p>
</div>
</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>
</body>
</html>