 




<?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: Saving Spool Files, and Restoring Spool Files in AS/400 iSeries</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/</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: rayj1031</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-105428</link>
		<dc:creator>rayj1031</dc:creator>
		<pubDate>Thu, 29 Mar 2012 14:35:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-105428</guid>
		<description><![CDATA[Can the two system connected via TCP/IP?  If so, the easies way to move spooled files is to create a remote outq from AS/400 to AS/400.  The link below has instructions for creating remote outq&#039;s. Using this method the spooled files can be easily moved from one system to another and they can be easily directed to the appropriate outq on the target system.  the concept is that a remote outq delivers the spooled file to the named outq on the target system.  So the process of moving a spooled file from system a to system b is to create the remote outq on system a pointing to the appropriate outq on system b, then simply moving the spool files from their current location to the remote outq.  Quick, easy and extremely reliable.


&lt;a href=&quot;http://www-01.ibm.com/support/docview.wss?uid=nas19f4b1d4d23c582f1862565c2007d4471&quot;&gt;]]></description>
		<content:encoded><![CDATA[<p>Can the two system connected via TCP/IP?  If so, the easies way to move spooled files is to create a remote outq from AS/400 to AS/400.  The link below has instructions for creating remote outq&#8217;s. Using this method the spooled files can be easily moved from one system to another and they can be easily directed to the appropriate outq on the target system.  the concept is that a remote outq delivers the spooled file to the named outq on the target system.  So the process of moving a spooled file from system a to system b is to create the remote outq on system a pointing to the appropriate outq on system b, then simply moving the spool files from their current location to the remote outq.  Quick, easy and extremely reliable.</p>
<p><a href="http://www-01.ibm.com/support/docview.wss?uid=nas19f4b1d4d23c582f1862565c2007d4471"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-105421</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 29 Mar 2012 07:13:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-105421</guid>
		<description><![CDATA[&lt;i&gt;Do you know of any website link where i can obtain information that OSV5R3 can not save the actual spool file but only spool file information and in effect can not restore any spool file.&lt;/i&gt;

The IBM Information Center website says it.

But a website isn&#039;t needed. The RSTOBJ command says it on your system. Show him the &lt;help&gt; text. In part, it says:&lt;ul&gt;
	&lt;li&gt;For job queues, output queues, user-defined message queues, logical files, and data queues, only the object descriptions are restored; the contents of those objects are not restored.&lt;/li&gt;
No need to go to a website when the restore command says it.

However, this applies to the system save and restore commands. At V5R3 and earlier, the content of spooled files can be extracted into user spaces. The user spaces can be saved and restored. And spooled file content can be written from restored user spaces. It&#039;s not perfect since the connections between the original job information and the spooled file are lost, as other attributes might be. But you can write programming or purchase a product that does it.

Tom&lt;/ul&gt;]]></description>
		<content:encoded><![CDATA[<p><i>Do you know of any website link where i can obtain information that OSV5R3 can not save the actual spool file but only spool file information and in effect can not restore any spool file.</i></p>
<p>The IBM Information Center website says it.</p>
<p>But a website isn&#8217;t needed. The RSTOBJ command says it on your system. Show him the &lt;help&gt; text. In part, it says:
<ul>
<li>For job queues, output queues, user-defined message queues, logical files, and data queues, only the object descriptions are restored; the contents of those objects are not restored.</li>
<p>No need to go to a website when the restore command says it.</p>
<p>However, this applies to the system save and restore commands. At V5R3 and earlier, the content of spooled files can be extracted into user spaces. The user spaces can be saved and restored. And spooled file content can be written from restored user spaces. It&#8217;s not perfect since the connections between the original job information and the spooled file are lost, as other attributes might be. But you can write programming or purchase a product that does it.</p>
<p>Tom</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: danmd5systemad</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-105418</link>
		<dc:creator>danmd5systemad</dc:creator>
		<pubDate>Thu, 29 Mar 2012 06:20:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-105418</guid>
		<description><![CDATA[Do you know of any website link where i can obtain information that OSV5R3 can not save the actual spool file but only spool file information and in effect can not restore any spool file. I need to show this to my boss to convince him that our model 820 w/ OSV5R3MO is limited by OS version  and can not save SPOOL file. My boss is mainframe guy and is not convinced that our current iSeries can not save actual spool file. We also don&#039;t have the BRMS installed in our machine. Thanks.]]></description>
		<content:encoded><![CDATA[<p>Do you know of any website link where i can obtain information that OSV5R3 can not save the actual spool file but only spool file information and in effect can not restore any spool file. I need to show this to my boss to convince him that our model 820 w/ OSV5R3MO is limited by OS version  and can not save SPOOL file. My boss is mainframe guy and is not convinced that our current iSeries can not save actual spool file. We also don&#8217;t have the BRMS installed in our machine. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpoulin</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-98516</link>
		<dc:creator>wpoulin</dc:creator>
		<pubDate>Tue, 01 Nov 2011 16:01:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-98516</guid>
		<description><![CDATA[Only issue I see with the SAVOUTQ command is that you need the Save Output Queue product.

Hope this helps,
Bill Poulin]]></description>
		<content:encoded><![CDATA[<p>Only issue I see with the SAVOUTQ command is that you need the Save Output Queue product.</p>
<p>Hope this helps,<br />
Bill Poulin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hmssl2k</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-98380</link>
		<dc:creator>hmssl2k</dc:creator>
		<pubDate>Fri, 28 Oct 2011 18:19:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-98380</guid>
		<description><![CDATA[Take a look at SAVOUTQ command, it will save the spooled files from an OUTQ

The SAVOUTQ command allows users to archive spool files, prepare  
spool files for microfiche, tape or pass spool files to a COLD storage 
solution via interfaces provided.  This command is valid in both  
batch and interactive environments.  When executing this command i
a batch environment, the   Spool files (SPLF) parameter must be   
*ALL.]]></description>
		<content:encoded><![CDATA[<p>Take a look at SAVOUTQ command, it will save the spooled files from an OUTQ</p>
<p>The SAVOUTQ command allows users to archive spool files, prepare<br />
spool files for microfiche, tape or pass spool files to a COLD storage<br />
solution via interfaces provided.  This command is valid in both<br />
batch and interactive environments.  When executing this command i<br />
a batch environment, the   Spool files (SPLF) parameter must be<br />
*ALL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-98343</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 27 Oct 2011 23:01:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-98343</guid>
		<description><![CDATA[&lt;i&gt;Is this software applicable to the issue i mentioned below where i have a tape backup of the OUTQ file I intend to restore but upon restoration no spool files were included.&lt;/i&gt;

It is applicable to the new saving of spooled files.

It is not applicable to previous saves because the spooled files are not in the save in order to be recovered.

Without a product that retrieved the spooled files while they were on the system and that put them in a form that could be saved, they did not get saved at all.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Is this software applicable to the issue i mentioned below where i have a tape backup of the OUTQ file I intend to restore but upon restoration no spool files were included.</i></p>
<p>It is applicable to the new saving of spooled files.</p>
<p>It is not applicable to previous saves because the spooled files are not in the save in order to be recovered.</p>
<p>Without a product that retrieved the spooled files while they were on the system and that put them in a form that could be saved, they did not get saved at all.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hmssl2k</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-98321</link>
		<dc:creator>hmssl2k</dc:creator>
		<pubDate>Thu, 27 Oct 2011 18:15:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-98321</guid>
		<description><![CDATA[SOQ works great for spool files.  We currently use to cleanup, save &amp; restore spool files.  Good product.]]></description>
		<content:encoded><![CDATA[<p>SOQ works great for spool files.  We currently use to cleanup, save &amp; restore spool files.  Good product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpoulin</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-98315</link>
		<dc:creator>wpoulin</dc:creator>
		<pubDate>Thu, 27 Oct 2011 15:57:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-98315</guid>
		<description><![CDATA[Dantes,

I am not sure what the original purchase price was, but our annual maitenance fee is $375.
We use it to save spool files to tape, then delete the spool files off the system.  If we need them back, they are relatively easy to restore.

Hope this helps,
Bill Poulin]]></description>
		<content:encoded><![CDATA[<p>Dantes,</p>
<p>I am not sure what the original purchase price was, but our annual maitenance fee is $375.<br />
We use it to save spool files to tape, then delete the spool files off the system.  If we need them back, they are relatively easy to restore.</p>
<p>Hope this helps,<br />
Bill Poulin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rickmcd</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-98306</link>
		<dc:creator>rickmcd</dc:creator>
		<pubDate>Thu, 27 Oct 2011 14:15:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-98306</guid>
		<description><![CDATA[If you are on V5R3 and do a OPT21, SAVSYS or savobj of Outques. It only saves the OUTQ Information. It does not save the actual spool files. If you still have V5R3 Install CD&#039;s you can installBRMS as a 70 Day Trial. BRMS gives you the option of saving spool files.]]></description>
		<content:encoded><![CDATA[<p>If you are on V5R3 and do a OPT21, SAVSYS or savobj of Outques. It only saves the OUTQ Information. It does not save the actual spool files. If you still have V5R3 Install CD&#8217;s you can installBRMS as a 70 Day Trial. BRMS gives you the option of saving spool files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atitus</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/saving-spool-files-and-restoring-spool-fils/#comment-98305</link>
		<dc:creator>atitus</dc:creator>
		<pubDate>Thu, 27 Oct 2011 13:16:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-98305</guid>
		<description><![CDATA[I used Save Your Outq years ago
It was an excellent product
I used it to save all of our spool files on to tape and then I deleted them from our system, when we needed something I just pulled it from the tape.
 I would highly recommend it, very easy to use.

Ann]]></description>
		<content:encoded><![CDATA[<p>I used Save Your Outq years ago<br />
It was an excellent product<br />
I used it to save all of our spool files on to tape and then I deleted them from our system, when we needed something I just pulled it from the tape.<br />
 I would highly recommend it, very easy to use.</p>
<p>Ann</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.040 seconds using memcached
Object Caching 393/399 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 15:43:24 -->