 




<?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: Transfer *SAVF to another AS400 box</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 04:11:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ibmmer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65721</link>
		<dc:creator>ibmmer</dc:creator>
		<pubDate>Fri, 17 Jul 2009 19:15:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-65721</guid>
		<description><![CDATA[From your pc 

ftp rmtsys
quote site namefmt 1 
cd /qsys.lib/savflib.lib
Lcd C:mysavfdir
Bin
mput *.savf

Directories given are examples substitute your own using same syntax.  
No need to create the save file on target in namefmt 1 .savf extension defines file type as SAVF  

Great when you need to push a file or a bunch of small files out to many machines at once.  Can even create a small batch program if you&#039;re clever. 

I also utilize various FTP clients Filezilla seems to work fine for me but I can get almost any client to work with little effort. You have to make sure the FTP server is configured correct to communicate properly with FTP Clients by setting the File listing format to Unix list format  which can be found in OPS NAV --&gt; Network --&gt; TCP/IP--&gt;servers--&gt; Right click FTP server selecting Properties from the drop down menu then Initial Formats tab. For Small files this can be handy to move files from server to server quickly with out using a command line. Also excellent method to provide FTP to  those unfamiliar with the System i.

For Large Transfers I prefer to create a CL program  which I can then submit or schedule to be submitted and an appropriate time. Login and Command Data is read from and input file and results are list to an output file which I can check after job completion to ensure that their where no errors. Most commonly used when grabbing images files such as PTF&#039;s.]]></description>
		<content:encoded><![CDATA[<p>From your pc </p>
<p>ftp rmtsys<br />
quote site namefmt 1<br />
cd /qsys.lib/savflib.lib<br />
Lcd C:mysavfdir<br />
Bin<br />
mput *.savf</p>
<p>Directories given are examples substitute your own using same syntax.<br />
No need to create the save file on target in namefmt 1 .savf extension defines file type as SAVF  </p>
<p>Great when you need to push a file or a bunch of small files out to many machines at once.  Can even create a small batch program if you&#8217;re clever. </p>
<p>I also utilize various FTP clients Filezilla seems to work fine for me but I can get almost any client to work with little effort. You have to make sure the FTP server is configured correct to communicate properly with FTP Clients by setting the File listing format to Unix list format  which can be found in OPS NAV &#8211;&gt; Network &#8211;&gt; TCP/IP&#8211;&gt;servers&#8211;&gt; Right click FTP server selecting Properties from the drop down menu then Initial Formats tab. For Small files this can be handy to move files from server to server quickly with out using a command line. Also excellent method to provide FTP to  those unfamiliar with the System i.</p>
<p>For Large Transfers I prefer to create a CL program  which I can then submit or schedule to be submitted and an appropriate time. Login and Command Data is read from and input file and results are list to an output file which I can check after job completion to ensure that their where no errors. Most commonly used when grabbing images files such as PTF&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsrpg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65713</link>
		<dc:creator>dsrpg</dc:creator>
		<pubDate>Fri, 17 Jul 2009 18:47:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-65713</guid>
		<description><![CDATA[We are at a lower release level also and I just did this from one AS/400 to another and it worked properly.
ftp xxx.xx.xxx
userid
password
binary
put qgpl/filename

If your other AS/400 is at a lower release level than the sending AS/400 you will have to create the save file using a lower relase level or you will not be able to display it on the other AS/400.

If you create the savf in QGPL on your other AS/400 this shoudl work properly.  If the save file does not exist on the other AS/400 it will not create it as a save file.]]></description>
		<content:encoded><![CDATA[<p>We are at a lower release level also and I just did this from one AS/400 to another and it worked properly.<br />
ftp xxx.xx.xxx<br />
userid<br />
password<br />
binary<br />
put qgpl/filename</p>
<p>If your other AS/400 is at a lower release level than the sending AS/400 you will have to create the save file using a lower relase level or you will not be able to display it on the other AS/400.</p>
<p>If you create the savf in QGPL on your other AS/400 this shoudl work properly.  If the save file does not exist on the other AS/400 it will not create it as a save file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batman47</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65708</link>
		<dc:creator>batman47</dc:creator>
		<pubDate>Fri, 17 Jul 2009 17:34:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-65708</guid>
		<description><![CDATA[iSeries Navagator is a great tool to just drap and drop files from one system to another...  no need to worry about having perfect syntax!]]></description>
		<content:encoded><![CDATA[<p>iSeries Navagator is a great tool to just drap and drop files from one system to another&#8230;  no need to worry about having perfect syntax!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpoulin</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65692</link>
		<dc:creator>wpoulin</dc:creator>
		<pubDate>Fri, 17 Jul 2009 14:41:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-65692</guid>
		<description><![CDATA[JSellick,

Both of my systems are at V5R4 and I frequently use all of the SAVRST commands in both directions.

Hope this helps,
Bill Poulin]]></description>
		<content:encoded><![CDATA[<p>JSellick,</p>
<p>Both of my systems are at V5R4 and I frequently use all of the SAVRST commands in both directions.</p>
<p>Hope this helps,<br />
Bill Poulin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nullfields</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65685</link>
		<dc:creator>nullfields</dc:creator>
		<pubDate>Fri, 17 Jul 2009 13:53:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-65685</guid>
		<description><![CDATA[You could map a drive on your PC client for each iSeries server and drag and drop the SAVF between them.]]></description>
		<content:encoded><![CDATA[<p>You could map a drive on your PC client for each iSeries server and drag and drop the SAVF between them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsellick</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65672</link>
		<dc:creator>jsellick</dc:creator>
		<pubDate>Fri, 17 Jul 2009 08:17:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-65672</guid>
		<description><![CDATA[But not if, like me, you&#039;re still languishing on release 5.4!]]></description>
		<content:encoded><![CDATA[<p>But not if, like me, you&#8217;re still languishing on release 5.4!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpoulin</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65648</link>
		<dc:creator>wpoulin</dc:creator>
		<pubDate>Thu, 16 Jul 2009 17:56:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-65648</guid>
		<description><![CDATA[Another option is to use the SAVRSTOBJ Command.  One step, works slick !

Hope this helps,
Bill Poulin]]></description>
		<content:encoded><![CDATA[<p>Another option is to use the SAVRSTOBJ Command.  One step, works slick !</p>
<p>Hope this helps,<br />
Bill Poulin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbmm</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65597</link>
		<dc:creator>jbmm</dc:creator>
		<pubDate>Thu, 16 Jul 2009 05:32:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-65597</guid>
		<description><![CDATA[uhm... 

try
NAMEFMT 0]]></description>
		<content:encoded><![CDATA[<p>uhm&#8230; </p>
<p>try<br />
NAMEFMT 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rockleadme</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65538</link>
		<dc:creator>rockleadme</dc:creator>
		<pubDate>Wed, 15 Jul 2009 10:36:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-65538</guid>
		<description><![CDATA[Hi RPGILer,
I tried exactly as you said with the PUT command, but I get an error saying :

&quot;Unknown extension in database file name&quot;

ps: I created a dummy  *SAVF on the remote system and the lib names on both remote and local machine is same (in case if this makes any difference)]]></description>
		<content:encoded><![CDATA[<p>Hi RPGILer,<br />
I tried exactly as you said with the PUT command, but I get an error saying :</p>
<p>&#8220;Unknown extension in database file name&#8221;</p>
<p>ps: I created a dummy  *SAVF on the remote system and the lib names on both remote and local machine is same (in case if this makes any difference)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infiniumpro</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-savf-to-another-as400-box/#comment-65518</link>
		<dc:creator>infiniumpro</dc:creator>
		<pubDate>Tue, 14 Jul 2009 20:15:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-65518</guid>
		<description><![CDATA[You probably know this, but be sure to create a blank savf on the target system if it doesn&#039;t already exist, or you will get an unreadable PF.]]></description>
		<content:encoded><![CDATA[<p>You probably know this, but be sure to create a blank savf on the target system if it doesn&#8217;t already exist, or you will get an unreadable PF.</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.042 seconds using memcached
Object Caching 393/399 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 05:01:47 -->