66 lines
6.2 KiB
HTML
66 lines
6.2 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="Add a job schedule entry" />
|
|
<meta name="abstract" content="The Add Job Schedule Entry (ADDJOBSCDE) command allows you to schedule batch jobs by adding an entry to the job schedule. You can use this command to schedule a batch job to be submitted once, or to schedule a batch job to be submitted at regular intervals." />
|
|
<meta name="description" content="The Add Job Schedule Entry (ADDJOBSCDE) command allows you to schedule batch jobs by adding an entry to the job schedule. You can use this command to schedule a batch job to be submitted once, or to schedule a batch job to be submitted at regular intervals." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksworkwjobschentry.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakschgjobentry.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksholdjobschdentry.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksprntschdjoblst.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksreleasejobschdlentry.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksremovejobschdentry.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="rzaksaddjobscheduleentry" />
|
|
<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>Add a job schedule entry</title>
|
|
</head>
|
|
<body id="rzaksaddjobscheduleentry"><a name="rzaksaddjobscheduleentry"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Add a job schedule entry</h1>
|
|
<div><p>The Add Job Schedule Entry (<span class="cmdname">ADDJOBSCDE</span>) command
|
|
allows you to schedule batch jobs by adding an entry to the job schedule.
|
|
You can use this command to schedule a batch job to be submitted once, or
|
|
to schedule a batch job to be submitted at regular intervals.</p>
|
|
<div class="section"><strong>Command: </strong> Add Job Schedule Entry (<span class="cmdname">ADDJOBSCDE</span>)</div>
|
|
<div class="example"><strong>Example:</strong> This command submits a job named CLEANUP every Friday
|
|
at 11 p.m. The job uses job description CLNUPJOBD in library CLNUPLIB. If
|
|
the system is powered down or is in the restricted state at 11 p.m. on Friday,
|
|
the job is not submitted at IPL or when the system comes out of restricted
|
|
state.<blockquote><pre>ADDJOBSCDE JOB(CLEANUP) SCDDATE(*NONE)
|
|
CMD(CALL PGM(CLNUPLIB/CLNUPPGM))
|
|
SCDDAY(*FRI) SCDTIME('23:00:00')
|
|
FRQ(*WEEKLY) RCYACN(*NOSBM)
|
|
JOBD(CLNUPLIB/CLNUPJOBD)</pre>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <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 class="reltasks"><strong>Related tasks</strong><br />
|
|
<div><a href="rzakschgjobentry.htm" title="This command changes the entry in the job schedule, but it does not affect any jobs already submitted using this entry. To change a job entry, use the character-based interface.">Change a job schedule entry</a></div>
|
|
<div><a href="rzaksholdjobschdentry.htm" title="The Hold Job Schedule Entry (HLDJOBSCDE) command allows you to hold an entry, all entries, or a set of entries in the job schedule. If an entry is held, no job is submitted at the scheduled time. To hold a job schedule entry, use the character-based interface.">Hold a job schedule entry</a></div>
|
|
<div><a href="rzaksprntschdjoblst.htm" title="To print a list of job schedule entries, use the character-based interface.">Print a list of job scheduled entries</a></div>
|
|
<div><a href="rzaksreleasejobschdlentry.htm" title="The Release Job Schedule Entry (RLSJOBSCDE) command allows you to release an entry, all entries, or a set of entries in the job schedule. If you release a job schedule entry, the job is not submitted immediately, even if the date and time at which it was scheduled to be submitted passed while the entry was held. If the scheduled time passed while the entry was held a warning message is sent to indicate that a job or jobs were missed. Then the job is submitted on any future dates for which it is scheduled to be submitted. To release job schedule entries, use the character-based interface.">Release a job schedule entry</a></div>
|
|
<div><a href="rzaksremovejobschdentry.htm" title="The Remove Job Schedule Entry (RMVJOBSCDE) command allows you to remove an entry, entries, or generic entries in the job schedule. Each job schedule entry corresponds to one batch job, and contains the information needed to automatically run the job once or at regularly scheduled intervals. A message is sent to you and the message queue specified in the job schedule entry when an entry is successfully removed. To remove a job schedule entry, use the character-based interface.">Remove a job schedule entry</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |