 




<?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: Debug batch job</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/debug-batch-job/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/debug-batch-job/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 15:11:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/debug-batch-job/#comment-118221</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sat, 13 Apr 2013 07:41:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-118221</guid>
		<description><![CDATA[RSE is &#039;Remote System Explorer&#039;, a component of the later versions of WDSC and of RDi. -- Tom]]></description>
		<content:encoded><![CDATA[<p>RSE is &#8216;Remote System Explorer&#8217;, a component of the later versions of WDSC and of RDi. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sai4AS400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/debug-batch-job/#comment-118220</link>
		<dc:creator>Sai4AS400</dc:creator>
		<pubDate>Sat, 13 Apr 2013 06:50:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-118220</guid>
		<description><![CDATA[Hi graybeard52,

What is RSE stands for? can you please elaborate RSE?..Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi graybeard52,</p>
<p>What is RSE stands for? can you please elaborate RSE?..Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niranj</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/debug-batch-job/#comment-82588</link>
		<dc:creator>niranj</dc:creator>
		<pubDate>Tue, 19 Oct 2010 15:42:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-82588</guid>
		<description><![CDATA[Follow the below steps:

1, Compile the program with Source option and use SBMJOB command and take f10 option for addiotional parameters. 
2. Set the Hold on job queue  to   *Yes   
3. Give WRKSBMJOB command and take option 5 to note down the job attributes. 
4. Give STRSRVJOB command and the necessary details. 
5. Give STRDBG command and the programs to debug.
6. The source will be listed once the above option is given, try to add break points(message will be displayed as break points cannot be added when job is on hold). 
7. Come back to the job that is submitted and give option 6 to release it and wait for sometime.
8. Give the DSPMODSRC command, the source will be displayed, add break points and do the debug now.]]></description>
		<content:encoded><![CDATA[<p>Follow the below steps:</p>
<p>1, Compile the program with Source option and use SBMJOB command and take f10 option for addiotional parameters.<br />
2. Set the Hold on job queue  to   *Yes<br />
3. Give WRKSBMJOB command and take option 5 to note down the job attributes.<br />
4. Give STRSRVJOB command and the necessary details.<br />
5. Give STRDBG command and the programs to debug.<br />
6. The source will be listed once the above option is given, try to add break points(message will be displayed as break points cannot be added when job is on hold).<br />
7. Come back to the job that is submitted and give option 6 to release it and wait for sometime.<br />
8. Give the DSPMODSRC command, the source will be displayed, add break points and do the debug now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supriyoas400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/debug-batch-job/#comment-81478</link>
		<dc:creator>supriyoas400</dc:creator>
		<pubDate>Tue, 14 Sep 2010 09:15:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-81478</guid>
		<description><![CDATA[Steps:
1.compile the pgm with source option.
2.submit the job
3.start service job (do wrkactjob,select your job,type 5,copy the job number as u will need this in this option)
4.do strdbg,put a break point by F6.If multiple call are there put F2 to include them as well.
5.come out.
If in 4 th step ur not allowed to enter breakpoint.Then release the job from other AS400 ID.
Do DSPMODSRC.Put breakpoint.Wait for few minutes for debug screen to appear.]]></description>
		<content:encoded><![CDATA[<p>Steps:<br />
1.compile the pgm with source option.<br />
2.submit the job<br />
3.start service job (do wrkactjob,select your job,type 5,copy the job number as u will need this in this option)<br />
4.do strdbg,put a break point by F6.If multiple call are there put F2 to include them as well.<br />
5.come out.<br />
If in 4 th step ur not allowed to enter breakpoint.Then release the job from other AS400 ID.<br />
Do DSPMODSRC.Put breakpoint.Wait for few minutes for debug screen to appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graybeard52</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/debug-batch-job/#comment-81302</link>
		<dc:creator>graybeard52</dc:creator>
		<pubDate>Wed, 08 Sep 2010 18:15:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-81302</guid>
		<description><![CDATA[Open RSE
Right-click on the program to debug, and &quot;Set Entry Point&quot;
Start  the program in the usual way
When the program starts, RSE will switch to debug mode.]]></description>
		<content:encoded><![CDATA[<p>Open RSE<br />
Right-click on the program to debug, and &#8220;Set Entry Point&#8221;<br />
Start  the program in the usual way<br />
When the program starts, RSE will switch to debug mode.</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.032 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 17:07:31 -->