89 lines
8.0 KiB
HTML
89 lines
8.0 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 schedule entries" />
|
|
<meta name="abstract" content="If your system does not have the Management Central Scheduler or the Advanced Job Scheduler, you can still schedule jobs using a job schedule entry, which is accessed from the character-based interface. Using this method you can schedule jobs to recur or to run only once." />
|
|
<meta name="description" content="If your system does not have the Management Central Scheduler or the Advanced Job Scheduler, you can still schedule jobs using a job schedule entry, which is accessed from the character-based interface. Using this method you can schedule jobs to recur or to run only once." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksschedulejobs.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksmcscheduler.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksajsmanage.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakshowjobsrschdsbmjob.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksajscompare.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksjobschdlnsysavailable.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksjobschdentryexmpl.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksworkwjobschentry.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="rzaksjobscheduleentry" />
|
|
<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 schedule entries</title>
|
|
</head>
|
|
<body id="rzaksjobscheduleentry"><a name="rzaksjobscheduleentry"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Job schedule entries</h1>
|
|
<div><p>If your system does not have the Management Central Scheduler or
|
|
the Advanced Job Scheduler, you can still schedule jobs using a job schedule
|
|
entry, which is accessed from the character-based interface. Using this method
|
|
you can schedule jobs to recur or to run only once. </p>
|
|
<p>Since job schedule entries are entries in a permanent object, they do not
|
|
stay on the job queue like the scheduled jobs, and therefore they are not
|
|
lost when the job queue is cleared. You can also save and restore the job
|
|
schedule object. This provides a method of backing up your job scheduling
|
|
information.</p>
|
|
<p>When you want a job to process at regular intervals, you create a job schedule
|
|
entry for the job. The job schedule entry contains all of the information
|
|
that is necessary to submit a job and its scheduling information. Each entry
|
|
in the object is uniquely identified by the job name that you supply and a
|
|
6-digit entry number that is assigned by the system. No two entries have the
|
|
same job name and entry number combinations.</p>
|
|
<p>The job schedule entry also contains information used by
|
|
the system to manage the entry in certain situations. The information that
|
|
defines the job is similar to the parameters specified on a Submit Job (<span class="cmdname">SBMJOB</span>)
|
|
command, including job name, job description, job queue, user profile, and
|
|
message queue. The local data area (LDA) of the job submitted from the job
|
|
schedule entry is blank when the job starts.</p>
|
|
<div class="p">All job schedule entries are contained in the job schedule object. The
|
|
job schedule object, QDFTJOBSCD is in the QUSRSYS library and has an object
|
|
type of *JOBSCD. You cannot create, delete, rename, or duplicate the job schedule
|
|
object. You cannot move it to any other library. The job schedule object is
|
|
shipped with public authority of *CHANGE. This is the minimum authority necessary
|
|
to add, change, hold, release, and remove job schedule entries.<div class="note"><span class="notetitle">Note:</span> You can
|
|
also schedule recurring jobs by using the Management Central Scheduler or
|
|
the Advanced Job Scheduler.</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzaksjobschdentryexmpl.htm">Examples: job schedule entry</a></strong><br />
|
|
This topic provides examples for using the Add Job Schedule Entry
|
|
(<span class="cmdname">ADDJOBSCDE</span>) command.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksschedulejobs.htm" title="The job schedule function allows for time-dependent scheduling of iSeries batch jobs. You can schedule jobs to be released from the job queue at a particular time, or you can use a job schedule entry to submit your job to the job queue automatically at the time you specify. Job scheduling allows you to control the date and time a batch job is submitted to or becomes eligible to start from a job queue. This flexibility can help you as you balance the work load on your system.">Job scheduling options</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzaksmcscheduler.htm" title="iSeries Navigator provides an integrated scheduler, the Management Central scheduler, to organize when you want your jobs to process. You have the option of choosing to perform a task immediately or choosing a later time. You can use the Management Central scheduler to schedule almost any task in Management Central.">Management Central scheduler</a></div>
|
|
<div><a href="rzaksajsmanage.htm" title="The Advanced Job Scheduler licensed program (5722-JS1) is a robust scheduler that allows unattended job processing 24 hours a day, 7 days a week. This scheduling tool provides more calendar features and offers greater control over scheduled events than the Management Central scheduler. You can also view job completion history and manage notification of a job's status.">Advanced Job Scheduler</a></div>
|
|
<div><a href="rzakshowjobsrschdsbmjob.htm" title="This character-based interface command controls the time a job is released in the job queue. It is an easy way to schedule a job that only needs to run once. It allows you to use many of the job attributes defined for your current job.">The submit job command</a></div>
|
|
<div><a href="rzaksajscompare.htm" title="When choosing a job scheduler product, you need to consider a variety of different features. The following is a list of features to consider when determining which job scheduler to use:">Job scheduler considerations</a></div>
|
|
<div><a href="rzaksjobschdlnsysavailable.htm" title="If the system is powered down or in restricted state when scheduled times are reached, jobs cannot be submitted from job schedule entries and the status of scheduled jobs cannot be changed. However, you can control how the system handles this situation after the system IPL or after it comes out of restricted state.">Job scheduling and system availability</a></div>
|
|
<div><a href="rzaksworkwjobschentry.htm" title="In addition to the iSeries Navigator Job Properties - Job Queue window, you can also change the job schedule entry directly by using the character-based interface. The following is a list of common character-based interface tasks that you can use when working with job schedule entries.">Work with job schedule entries</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |