 




<?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: SUBMITTION A JOB IN BATCH ?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/submittion-a-job-in-batch-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/submittion-a-job-in-batch-2/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 23:07:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: What is the difference between an original and documented art work? &#124; Custom oil painting</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/submittion-a-job-in-batch-2/#comment-78366</link>
		<dc:creator>What is the difference between an original and documented art work? &#124; Custom oil painting</dc:creator>
		<pubDate>Mon, 21 Jun 2010 11:17:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-78366</guid>
		<description><![CDATA[[...] SUBMITTION A JOB IN BATCH ? [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SUBMITTION A JOB IN BATCH ? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdulonas400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/submittion-a-job-in-batch-2/#comment-74042</link>
		<dc:creator>abdulonas400</dc:creator>
		<pubDate>Sun, 21 Feb 2010 08:09:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-74042</guid>
		<description><![CDATA[Thanks Mr. TomLiotta .

Yes I had used SBMJOB, now I have used for regular intervals by using addjobscde command.]]></description>
		<content:encoded><![CDATA[<p>Thanks Mr. TomLiotta .</p>
<p>Yes I had used SBMJOB, now I have used for regular intervals by using addjobscde command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mffa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/submittion-a-job-in-batch-2/#comment-74022</link>
		<dc:creator>mffa</dc:creator>
		<pubDate>Sat, 20 Feb 2010 10:50:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-74022</guid>
		<description><![CDATA[Probably you can&#039;t find the job because it finishes before you issue the command WRKSBMJOB. It help if you know in which job queue it runs.

Assuming you used SBMJOB as described.
You should check the command SBMJOB parameter JOBQ (job queue). 
If has the default value &#039;*JOBD&#039; (Job Description) then the JOBQ is the one assigned for the job defined in the parameter JOBD, use command DSPJOBD JOBD(lib/jobdescription)  to check the JobQ.
If this JOBD has the default values *USRPRF  , then the JOBQ is the one assigned the job description in the user profile who submits the job, use command DSPUSRPRF USRPRF(user) (if you have authority) to retrieve job description.]]></description>
		<content:encoded><![CDATA[<p>Probably you can&#8217;t find the job because it finishes before you issue the command WRKSBMJOB. It help if you know in which job queue it runs.</p>
<p>Assuming you used SBMJOB as described.<br />
You should check the command SBMJOB parameter JOBQ (job queue).<br />
If has the default value &#8216;*JOBD&#8217; (Job Description) then the JOBQ is the one assigned for the job defined in the parameter JOBD, use command DSPJOBD JOBD(lib/jobdescription)  to check the JobQ.<br />
If this JOBD has the default values *USRPRF  , then the JOBQ is the one assigned the job description in the user profile who submits the job, use command DSPUSRPRF USRPRF(user) (if you have authority) to retrieve job description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/submittion-a-job-in-batch-2/#comment-73944</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:44:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-73944</guid>
		<description><![CDATA[We need to know the command that &lt;i&gt;&quot;submitted a job to run in batch mode for every Thursday&quot;&lt;/i&gt; before an answer is certain. There seem to be three possibilities.

You might have used SBMJOB. This would &#039;submit&#039; a job and could schedule it to start on Thursday. But it&#039;s not able to have it run &quot;every&quot; Thursday. It might no longer exist in the system.

You might have used ADDJOBSCDE to add a job to the system job scheduler. This could schedule the job to be submitted every Thursday.

Or you might be using the IBM Advanced Job Scheduler, or a scheduler such as Robot/SCHEDULER or other 3rd-party product. &lt;disclaimer&gt; I am employed by Help/Systems, but I&#039;m not familiar with any 3rd-party schedulers. &lt;/disclaimer&gt;

There are many possibilities. Some of them might be unfamiliar to all of us. We need to know &lt;b&gt;how&lt;/b&gt; you did the submission.

Tom]]></description>
		<content:encoded><![CDATA[<p>We need to know the command that <i>&#8220;submitted a job to run in batch mode for every Thursday&#8221;</i> before an answer is certain. There seem to be three possibilities.</p>
<p>You might have used SBMJOB. This would &#8216;submit&#8217; a job and could schedule it to start on Thursday. But it&#8217;s not able to have it run &#8220;every&#8221; Thursday. It might no longer exist in the system.</p>
<p>You might have used ADDJOBSCDE to add a job to the system job scheduler. This could schedule the job to be submitted every Thursday.</p>
<p>Or you might be using the IBM Advanced Job Scheduler, or a scheduler such as Robot/SCHEDULER or other 3rd-party product. &lt;disclaimer&gt; I am employed by Help/Systems, but I&#8217;m not familiar with any 3rd-party schedulers. &lt;/disclaimer&gt;</p>
<p>There are many possibilities. Some of them might be unfamiliar to all of us. We need to know <b>how</b> you did the submission.</p>
<p>Tom</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.034 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 00:08:25 -->