 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: scheduling a job</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/scheduling-a-job/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/scheduling-a-job/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 08:51:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/scheduling-a-job/#comment-71617</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 15 Dec 2009 08:39:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-71617</guid>
		<description><![CDATA[Note that Jonathan&#039;s method is also &quot;hands free&quot;, and it also runs only once a month rather than every day.

Tom]]></description>
		<content:encoded><![CDATA[<p>Note that Jonathan&#8217;s method is also &#8220;hands free&#8221;, and it also runs only once a month rather than every day.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walter47</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/scheduling-a-job/#comment-39420</link>
		<dc:creator>walter47</dc:creator>
		<pubDate>Thu, 31 Aug 2006 12:04:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-39420</guid>
		<description><![CDATA[While both of the previous suggestions HowardK41 does it like me. That way it&#039;s hands free and no reminders are necessary]]></description>
		<content:encoded><![CDATA[<p>While both of the previous suggestions HowardK41 does it like me. That way it&#8217;s hands free and no reminders are necessary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astradyne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/scheduling-a-job/#comment-39421</link>
		<dc:creator>astradyne</dc:creator>
		<pubDate>Wed, 30 Aug 2006 20:29:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-39421</guid>
		<description><![CDATA[You can do it directly using the job scheduler.  On the ADDJOBSCDE command specify a frequency of *MONTHLY and the date and time you want to schedule it for.  For example to run on September 5th at 01:30 use:

ADDJOBSCDE JOB(MONTHLY)                           
           CMD(your command)                              
           FRQ(*MONTHLY)
           SCDDATE(050906)               
           SCDTIME(&#039;01:30&#039;)       

The FRQ(*MONTHLY) will reschedule for the following calendar month, the only rider being that if you schedule the job for the 29th, 30th, 31st of the month then the job will not run on months that don&#039;t have those dates in.

Hope it helps

Jonathan                ]]></description>
		<content:encoded><![CDATA[<p>You can do it directly using the job scheduler.  On the ADDJOBSCDE command specify a frequency of *MONTHLY and the date and time you want to schedule it for.  For example to run on September 5th at 01:30 use:</p>
<p>ADDJOBSCDE JOB(MONTHLY)<br />
           CMD(your command)<br />
           FRQ(*MONTHLY)<br />
           SCDDATE(050906)<br />
           SCDTIME(&#8217;01:30&#8242;)       </p>
<p>The FRQ(*MONTHLY) will reschedule for the following calendar month, the only rider being that if you schedule the job for the 29th, 30th, 31st of the month then the job will not run on months that don&#8217;t have those dates in.</p>
<p>Hope it helps</p>
<p>Jonathan                </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: howardk41</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/scheduling-a-job/#comment-39422</link>
		<dc:creator>howardk41</dc:creator>
		<pubDate>Wed, 30 Aug 2006 17:17:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-39422</guid>
		<description><![CDATA[In the CLP, do RTVJOBA to get the system date.  If it is not the 5th, go directly to EOJ.  Put a job on the scheduler to execute the CLP every day. I have used this technique to run jobs at irregular intervals.]]></description>
		<content:encoded><![CDATA[<p>In the CLP, do RTVJOBA to get the system date.  If it is not the 5th, go directly to EOJ.  Put a job on the scheduler to execute the CLP every day. I have used this technique to run jobs at irregular intervals.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.036 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 09:39:14 -->