 




<?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: Need to hold/resend AS/400 spool file on print failure</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/need-to-holdresend-spool-file-on-print-failure/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-holdresend-spool-file-on-print-failure/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 12:30:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: bigmac46</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-holdresend-spool-file-on-print-failure/#comment-84429</link>
		<dc:creator>bigmac46</dc:creator>
		<pubDate>Fri, 26 Nov 2010 15:29:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-84429</guid>
		<description><![CDATA[how about ? 
Rename the printer and keep the outq to send printing to. The outq name will change so you need to create an out q same name a original printer.
Start the writer with the outq same name as the printer  - not the original outq  
Retrieve the spoolfile info from the old outq and change everything to save(*yes) 
Move the spool files  you just changed to save(*yes)  to the new outq attached to the printer . 
Set up the program used to do the moves to be run every 15 minutes or so or on demand. 
There is some coding involved but there are some how-to examples available  on OUTQ controls to delete and/or move spool files in several web sites. 
 Simple  method is to  do what Tom says -  change to save*yes) and  create a cleanup program to delete everything over x  number of days or hours old.]]></description>
		<content:encoded><![CDATA[<p>how about ?<br />
Rename the printer and keep the outq to send printing to. The outq name will change so you need to create an out q same name a original printer.<br />
Start the writer with the outq same name as the printer  &#8211; not the original outq<br />
Retrieve the spoolfile info from the old outq and change everything to save(*yes)<br />
Move the spool files  you just changed to save(*yes)  to the new outq attached to the printer .<br />
Set up the program used to do the moves to be run every 15 minutes or so or on demand.<br />
There is some coding involved but there are some how-to examples available  on OUTQ controls to delete and/or move spool files in several web sites.<br />
 Simple  method is to  do what Tom says &#8211;  change to save*yes) and  create a cleanup program to delete everything over x  number of days or hours old.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-holdresend-spool-file-on-print-failure/#comment-84402</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 26 Nov 2010 01:01:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-84402</guid>
		<description><![CDATA[&lt;i&gt;There are so many reports that changing them all to save and writing a program to clean them up would be a project.&lt;/i&gt;

It might not be necessary to change them all. See &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Frzalu%2Frzaludataq.htm&quot;&gt;Data queue support&lt;/a&gt; for discussion of a couple possible methods of automating dynamic changes to SAVE(*YES) status. You can have a monitor program that is notified whenever a job places a spooled file on the *OUTQ in RDY status. The monitor program then has a chance to set SAVE(*YES) or to do some other processing such as copying to a secondary *OUTQ.

Clearing old spooled files might also be easy, perhaps depending on what an automated monitor does to help prepare.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>There are so many reports that changing them all to save and writing a program to clean them up would be a project.</i></p>
<p>It might not be necessary to change them all. See <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Frzalu%2Frzaludataq.htm">Data queue support</a> for discussion of a couple possible methods of automating dynamic changes to SAVE(*YES) status. You can have a monitor program that is notified whenever a job places a spooled file on the *OUTQ in RDY status. The monitor program then has a chance to set SAVE(*YES) or to do some other processing such as copying to a secondary *OUTQ.</p>
<p>Clearing old spooled files might also be easy, perhaps depending on what an automated monitor does to help prepare.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psmurray</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-holdresend-spool-file-on-print-failure/#comment-84361</link>
		<dc:creator>psmurray</dc:creator>
		<pubDate>Thu, 25 Nov 2010 01:10:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-84361</guid>
		<description><![CDATA[If it&#039;s an important spool file that we want to save in case something happens, we create a duplicate of the spool file in and OutQ. designed for saving files. (example: SAVEDAILY, SAVEWEEKLY, SAVEMONTH) These special out queues are saved daily. If a report has been found missing by the user, then we can restore the spool file.Of course this has its limitations, it cannot process files that have barcode or other special features.

hope this helps
Phil.]]></description>
		<content:encoded><![CDATA[<p>If it&#8217;s an important spool file that we want to save in case something happens, we create a duplicate of the spool file in and OutQ. designed for saving files. (example: SAVEDAILY, SAVEWEEKLY, SAVEMONTH) These special out queues are saved daily. If a report has been found missing by the user, then we can restore the spool file.Of course this has its limitations, it cannot process files that have barcode or other special features.</p>
<p>hope this helps<br />
Phil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-holdresend-spool-file-on-print-failure/#comment-84324</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Wed, 24 Nov 2010 15:42:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-84324</guid>
		<description><![CDATA[There seems to be a communications lag between the device and the iSeries, with the spool file being cleared out of the output queue while still in the printer buffer or in transit.

 I got around it somewhat by creating system reply list entries that, for the most part, cancel the writer.  This has drastically cut down the incidence of lost reports.

Of course, I had to create a program to restart print writers every thirty minutes if I wanted any sleep . . .]]></description>
		<content:encoded><![CDATA[<p>There seems to be a communications lag between the device and the iSeries, with the spool file being cleared out of the output queue while still in the printer buffer or in transit.</p>
<p> I got around it somewhat by creating system reply list entries that, for the most part, cancel the writer.  This has drastically cut down the incidence of lost reports.</p>
<p>Of course, I had to create a program to restart print writers every thirty minutes if I wanted any sleep . . .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daowebe</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-holdresend-spool-file-on-print-failure/#comment-84298</link>
		<dc:creator>daowebe</dc:creator>
		<pubDate>Wed, 24 Nov 2010 01:23:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-84298</guid>
		<description><![CDATA[That is exactly what I was looking for, communications back but haven&#039;t seen anything anywhere.  We&#039;ve submitted the same question to Xerox.  There are so many reports that changing them all to save and writing a program to clean them up would be a project.  Hopefully we can talk the printer manufacture into working with us to come up with a better solution.  Just a stab in the dark.]]></description>
		<content:encoded><![CDATA[<p>That is exactly what I was looking for, communications back but haven&#8217;t seen anything anywhere.  We&#8217;ve submitted the same question to Xerox.  There are so many reports that changing them all to save and writing a program to clean them up would be a project.  Hopefully we can talk the printer manufacture into working with us to come up with a better solution.  Just a stab in the dark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-holdresend-spool-file-on-print-failure/#comment-84198</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 23 Nov 2010 03:05:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-84198</guid>
		<description><![CDATA[Unless it&#039;s an IPDS printer, I can&#039;t think of any way to get it done through the configuration. An IPDS printer might communicate status back to your system, though I haven&#039;t had IPDS available for a number of years.

You might set the the printer files to SAVE(*YES) so they won&#039;t be removed from the outq after being sent to the printer. They can be deleted the next day, manually or automatically if you do a little programming.

Tom]]></description>
		<content:encoded><![CDATA[<p>Unless it&#8217;s an IPDS printer, I can&#8217;t think of any way to get it done through the configuration. An IPDS printer might communicate status back to your system, though I haven&#8217;t had IPDS available for a number of years.</p>
<p>You might set the the printer files to SAVE(*YES) so they won&#8217;t be removed from the outq after being sent to the printer. They can be deleted the next day, manually or automatically if you do a little programming.</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.014 seconds using memcached
Object Caching 338/341 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 14:33:07 -->