 




<?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: How to trace JOB?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-trace-job/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-trace-job/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:10:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jackli</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-trace-job/#comment-105193</link>
		<dc:creator>jackli</dc:creator>
		<pubDate>Wed, 21 Mar 2012 07:13:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-105193</guid>
		<description><![CDATA[If you can find the output job log by wrkusrjob,use the joblog to trace.
But if no splf,you can trace the job,I thind you should ask user to provide more
information,such as which menu he was using,what data is unmatch by the error...and so on.
Follow the Programm according the using menu to find the crashed reason.
Jackli]]></description>
		<content:encoded><![CDATA[<p>If you can find the output job log by wrkusrjob,use the joblog to trace.<br />
But if no splf,you can trace the job,I thind you should ask user to provide more<br />
information,such as which menu he was using,what data is unmatch by the error&#8230;and so on.<br />
Follow the Programm according the using menu to find the crashed reason.<br />
Jackli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-trace-job/#comment-100010</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Fri, 09 Dec 2011 08:13:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-100010</guid>
		<description><![CDATA[Thanks for Clarifying Tom.
Didnt had look at the Option &#039;*INTERACT&#039;. Clear now.

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>Thanks for Clarifying Tom.<br />
Didnt had look at the Option &#8216;*INTERACT&#8217;. Clear now.</p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-trace-job/#comment-99985</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 08 Dec 2011 20:57:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-99985</guid>
		<description><![CDATA[&lt;i&gt;it will be fine for verifying the Jobs Submitted by user(Batch Jobs).&lt;/i&gt;

The WRKUSRJOB command will cover all jobs under a user including interactive jobs; the JOBTYPE() parameter can choose which type. The WRKSBMJOB is a different command that handles submitted jobs by a user, and includes jobs that run under a different user profile.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>it will be fine for verifying the Jobs Submitted by user(Batch Jobs).</i></p>
<p>The WRKUSRJOB command will cover all jobs under a user including interactive jobs; the JOBTYPE() parameter can choose which type. The WRKSBMJOB is a different command that handles submitted jobs by a user, and includes jobs that run under a different user profile.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-trace-job/#comment-99953</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Thu, 08 Dec 2011 10:49:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-99953</guid>
		<description><![CDATA[Hi Tom,

it will be fine for verifying the Jobs Submitted by user(Batch Jobs).
How this can be achieved if the error occured in an Interactive Job?

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>it will be fine for verifying the Jobs Submitted by user(Batch Jobs).<br />
How this can be achieved if the error occured in an Interactive Job?</p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-trace-job/#comment-99946</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 08 Dec 2011 07:20:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-99946</guid>
		<description><![CDATA[Assuming the user&#039;s ID is USERID, the only real choice is to run a command like this:&lt;pre&gt;
WRKUSRJOB USER(USERID) STATUS(*OUTQ)&lt;/pre&gt;
If the user&#039;s job left a joblog on an outq, the job will be in the list from the command. Find the job in the list and look at its output files.

If the user&#039;s jobs don&#039;t spool their joblogs, then there is nothing you can do. If you don&#039;t create joblog output, you are telling the system not to keep a record of what happened.

Tom]]></description>
		<content:encoded><![CDATA[<p>Assuming the user&#8217;s ID is USERID, the only real choice is to run a command like this:
<pre>
WRKUSRJOB USER(USERID) STATUS(*OUTQ)</pre>
<p>If the user&#8217;s job left a joblog on an outq, the job will be in the list from the command. Find the job in the list and look at its output files.</p>
<p>If the user&#8217;s jobs don&#8217;t spool their joblogs, then there is nothing you can do. If you don&#8217;t create joblog output, you are telling the system not to keep a record of what happened.</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 6/9 queries in 0.009 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 15:08:11 -->