 




<?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: Using Data Queues To Monitor Output Queues</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/using-data-queues-to-monitor-output-queues/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/using-data-queues-to-monitor-output-queues/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 05:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/using-data-queues-to-monitor-output-queues/#comment-97407</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 05 Oct 2011 01:07:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-97407</guid>
		<description><![CDATA[&lt;i&gt;It seems like that program will never find out about those spool files unless their status is changed from HLD to RDY.&lt;/i&gt;

If a data queue is associated with an output queue that already lists spooled files in RDY status, then those spooled files will not cause a data queue entry to be generated. From the time the data queue association is established, entries are generated by spooled files going to RDY status. Entries can&#039;t be generated for past events.

But that&#039;s rarely a consideration. Those circumstances should only exist at the very beginning of using the data queue. You can always simply toggle the status manually for those spooled files. If there are too many, then use iSeries Navigator to do them all at once.

&lt;i&gt;Is there a way, other than a call to QUSLSPL, for the output queue monitoring porogram to find out about RDY spool files that are already in the output queue when it starts?   &lt;/i&gt;

There are multiple ways. But why look for harder ways than with QUSLSPL? (Try creating a spooled output monitor for Windows.)

The &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fapiref%2Fapiexdelsp.htm&quot;&gt;Example: Deleting old spooled files&lt;/a&gt; topic provides source code in OPM RPG, COBOL and C. The &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fapiref%2Fapiexusque.htm&quot;&gt;Examples: Processing data queue entries&lt;/a&gt; topic shows a data queue example in CL.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>It seems like that program will never find out about those spool files unless their status is changed from HLD to RDY.</i></p>
<p>If a data queue is associated with an output queue that already lists spooled files in RDY status, then those spooled files will not cause a data queue entry to be generated. From the time the data queue association is established, entries are generated by spooled files going to RDY status. Entries can&#8217;t be generated for past events.</p>
<p>But that&#8217;s rarely a consideration. Those circumstances should only exist at the very beginning of using the data queue. You can always simply toggle the status manually for those spooled files. If there are too many, then use iSeries Navigator to do them all at once.</p>
<p><i>Is there a way, other than a call to QUSLSPL, for the output queue monitoring porogram to find out about RDY spool files that are already in the output queue when it starts?   </i></p>
<p>There are multiple ways. But why look for harder ways than with QUSLSPL? (Try creating a spooled output monitor for Windows.)</p>
<p>The <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fapiref%2Fapiexdelsp.htm">Example: Deleting old spooled files</a> topic provides source code in OPM RPG, COBOL and C. The <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fapiref%2Fapiexusque.htm">Examples: Processing data queue entries</a> topic shows a data queue example in CL.</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 5/8 queries in 0.020 seconds using memcached
Object Caching 269/270 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 07:41:05 -->