 




<?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: Hold parameter in batch job</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/batchjob/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/batchjob/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 23:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: September 13, 2011 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batchjob/#comment-96494</link>
		<dc:creator>The Most-Watched IT Questions: September 13, 2011 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 13 Sep 2011 06:17:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-96494</guid>
		<description><![CDATA[[...] 4. Deepu9321, CharlieBrowne, WoodEngineer, Yorkshiremen, Paul102042, and TomLiotta are chipping in on a question about holding a parameter in batch job. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 4. Deepu9321, CharlieBrowne, WoodEngineer, Yorkshiremen, Paul102042, and TomLiotta are chipping in on a question about holding a parameter in batch job. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batchjob/#comment-96058</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 01 Sep 2011 18:20:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-96058</guid>
		<description><![CDATA[&lt;i&gt;Holding a batch job is necessary when you want to debug an ILE program in batch.&lt;/i&gt;

This hasn&#039;t been true for quite some time. Setting a service entry point can eliminate a need to put batch jobs on hold for debugging.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Holding a batch job is necessary when you want to debug an ILE program in batch.</i></p>
<p>This hasn&#8217;t been true for quite some time. Setting a service entry point can eliminate a need to put batch jobs on hold for debugging.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul102042</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batchjob/#comment-96044</link>
		<dc:creator>paul102042</dc:creator>
		<pubDate>Thu, 01 Sep 2011 13:32:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-96044</guid>
		<description><![CDATA[Holding a batch job is necessary when you want to debug an ILE program in batch.  When doing that you need to STRSRVJOB on the held batch job.  Then after STRDBG on your program, you release the job.]]></description>
		<content:encoded><![CDATA[<p>Holding a batch job is necessary when you want to debug an ILE program in batch.  When doing that you need to STRSRVJOB on the held batch job.  Then after STRDBG on your program, you release the job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yorkshireman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batchjob/#comment-95994</link>
		<dc:creator>yorkshireman</dc:creator>
		<pubDate>Wed, 31 Aug 2011 07:29:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-95994</guid>
		<description><![CDATA[As to why you would hold a job, 
well, duringthe day users press a command key that submits a job as held into a job Q
at night, when they all go home, the system releases the jobs and does the work.]]></description>
		<content:encoded><![CDATA[<p>As to why you would hold a job,<br />
well, duringthe day users press a command key that submits a job as held into a job Q<br />
at night, when they all go home, the system releases the jobs and does the work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batchjob/#comment-95974</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Tue, 30 Aug 2011 16:18:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-95974</guid>
		<description><![CDATA[Many shops run reports and big update jobs in batch.  This keeps the interactive subsystem available to quickly respond when users press the &quot;Enter&quot; key.  

The operating system applies processing efficiencies to batch jobs which is another benefit of submitting to batch when no operator interventions is needed.]]></description>
		<content:encoded><![CDATA[<p>Many shops run reports and big update jobs in batch.  This keeps the interactive subsystem available to quickly respond when users press the &#8220;Enter&#8221; key.  </p>
<p>The operating system applies processing efficiencies to batch jobs which is another benefit of submitting to batch when no operator interventions is needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batchjob/#comment-95924</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Mon, 29 Aug 2011 12:32:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-95924</guid>
		<description><![CDATA[Regarding the question &quot;what is a batch job&quot;?
In the simplest form, if you are keying in information, that is call interactive.
It you want something to run at a later time and without human intervention, you submit that job to a job queue and have it run in BATCH.]]></description>
		<content:encoded><![CDATA[<p>Regarding the question &#8220;what is a batch job&#8221;?<br />
In the simplest form, if you are keying in information, that is call interactive.<br />
It you want something to run at a later time and without human intervention, you submit that job to a job queue and have it run in BATCH.</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/8 queries in 0.041 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 01:17:45 -->