 




<?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: Examples of data queue in IBM AS/400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/dataq/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/dataq/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 09:57:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dataq/#comment-84309</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 24 Nov 2010 06:59:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-84309</guid>
		<description><![CDATA[Yeah, I guess a link to the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fapis%2Fobj2.htm&quot;&gt;Data Queue APIs&lt;/a&gt; documentation might be useful. A search of the Info Center would find that, near the IBM example program.

An example doesn&#039;t quite seem to be what you want, but it&#039;s not clear what you&#039;re really after.

&lt;i&gt;I need make RPG ILE Services Programs on AS/400 plataform...&lt;/i&gt;

But how did that get turned into a request for a data queue example? Were you asked to create a services program to process data queue entries? Who needs it to use a data queue?

Although a data queue might be the right solution, it sounds as if someone has already made a design decision. And you have been asked to create a part of the proces.

Or you have been asked to create a &quot;service program&quot; that provides data queue procedures. Unfortunately that doesn&#039;t make much sense. The data queue APIs already present an effective interface. A service program would just make it all more complicated.

Tom]]></description>
		<content:encoded><![CDATA[<p>Yeah, I guess a link to the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fapis%2Fobj2.htm">Data Queue APIs</a> documentation might be useful. A search of the Info Center would find that, near the IBM example program.</p>
<p>An example doesn&#8217;t quite seem to be what you want, but it&#8217;s not clear what you&#8217;re really after.</p>
<p><i>I need make RPG ILE Services Programs on AS/400 plataform&#8230;</i></p>
<p>But how did that get turned into a request for a data queue example? Were you asked to create a services program to process data queue entries? Who needs it to use a data queue?</p>
<p>Although a data queue might be the right solution, it sounds as if someone has already made a design decision. And you have been asked to create a part of the proces.</p>
<p>Or you have been asked to create a &#8220;service program&#8221; that provides data queue procedures. Unfortunately that doesn&#8217;t make much sense. The data queue APIs already present an effective interface. A service program would just make it all more complicated.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dataq/#comment-84308</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 24 Nov 2010 06:47:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-84308</guid>
		<description><![CDATA[What do you need that isn&#039;t in the IBM example?

Tom]]></description>
		<content:encoded><![CDATA[<p>What do you need that isn&#8217;t in the IBM example?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dataq/#comment-84296</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 24 Nov 2010 00:49:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-84296</guid>
		<description><![CDATA[CRTDATQ is used to create the data queue
the API QSNDDATQ puts elements into the dataq
the API QRCVDATQ retrevies and removes elements from the Queue.

QRCVDATQ has a wait option -- how long the program will wait for a new entry .. if you use a negative number it waits forever.

More questions?
phil]]></description>
		<content:encoded><![CDATA[<p>CRTDATQ is used to create the data queue<br />
the API QSNDDATQ puts elements into the dataq<br />
the API QRCVDATQ retrevies and removes elements from the Queue.</p>
<p>QRCVDATQ has a wait option &#8212; how long the program will wait for a new entry .. if you use a negative number it waits forever.</p>
<p>More questions?<br />
phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aarancibia</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dataq/#comment-84264</link>
		<dc:creator>aarancibia</dc:creator>
		<pubDate>Tue, 23 Nov 2010 17:59:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-84264</guid>
		<description><![CDATA[I need make RPG ILE Services Programs on AS/400 plataform and I need Help to do this. Thanks.]]></description>
		<content:encoded><![CDATA[<p>I need make RPG ILE Services Programs on AS/400 plataform and I need Help to do this. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dataq/#comment-84230</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Tue, 23 Nov 2010 11:09:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-84230</guid>
		<description><![CDATA[Why this interest in DATAQues and how can we help further?
Phil]]></description>
		<content:encoded><![CDATA[<p>Why this interest in DATAQues and how can we help further?<br />
Phil</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.038 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 10:34:16 -->