 




<?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: How can I check the ftp return codes thru the COBOL (z/OS &#8211; OS/390 3.2.0) program? Any help is greatly appreciated. Thanks.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-check-the-ftp-return-codes-thru-the-cobol-zos-os390-320-program-any-help-is-greatly-appreciated-thanks/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-check-the-ftp-return-codes-thru-the-cobol-zos-os390-320-program-any-help-is-greatly-appreciated-thanks/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 20:28:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: dpsfizz</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-check-the-ftp-return-codes-thru-the-cobol-zos-os390-320-program-any-help-is-greatly-appreciated-thanks/#comment-40229</link>
		<dc:creator>dpsfizz</dc:creator>
		<pubDate>Thu, 03 Mar 2005 09:47:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-40229</guid>
		<description><![CDATA[The following website has several methods and ideas to automate, batch and check FTP logs: 

http://www.as400.com

Just drill down to the &quot;i-series FTP&quot; section.  

I use a CL program that automates sending savefiles between i-series boxes.  I have a SRC-PF (FTPSRC) that contains two members in MYLIB.  The first member (FTPCMD) is used as the FTP input that contains the actual FTP commands.  The second member (FTPLOG) is the redirected FTP output that contains the log.  The example CL program is:

 OVRDBF     FILE(INPUT) TOFILE(UTLLIB/FTPSRC) MBR(FTPCMD) 
 CLRPFM     FILE(UTLLIB/FTPSRC) MBR(FTPLOG)               
 OVRDBF     FILE(OUTPUT) TOFILE(UTLLIB/FTPSRC) MBR(FTPLOG)
 FTP RMTSYS(&#039;ip address&#039;)                                
 DLTOVR     FILE(INPUT)                                   
 DLTOVR     FILE(OUTPUT)                                  ]]></description>
		<content:encoded><![CDATA[<p>The following website has several methods and ideas to automate, batch and check FTP logs: </p>
<p><a href="http://www.as400.com" rel="nofollow">http://www.as400.com</a></p>
<p>Just drill down to the &#8220;i-series FTP&#8221; section.  </p>
<p>I use a CL program that automates sending savefiles between i-series boxes.  I have a SRC-PF (FTPSRC) that contains two members in MYLIB.  The first member (FTPCMD) is used as the FTP input that contains the actual FTP commands.  The second member (FTPLOG) is the redirected FTP output that contains the log.  The example CL program is:</p>
<p> OVRDBF     FILE(INPUT) TOFILE(UTLLIB/FTPSRC) MBR(FTPCMD)<br />
 CLRPFM     FILE(UTLLIB/FTPSRC) MBR(FTPLOG)<br />
 OVRDBF     FILE(OUTPUT) TOFILE(UTLLIB/FTPSRC) MBR(FTPLOG)<br />
 FTP RMTSYS(&#8216;ip address&#8217;)<br />
 DLTOVR     FILE(INPUT)<br />
 DLTOVR     FILE(OUTPUT)                                  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yarson</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-check-the-ftp-return-codes-thru-the-cobol-zos-os390-320-program-any-help-is-greatly-appreciated-thanks/#comment-40230</link>
		<dc:creator>yarson</dc:creator>
		<pubDate>Thu, 24 Feb 2005 20:16:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-40230</guid>
		<description><![CDATA[We use FTP to send files or pick up files (we don&#039;t like using it but this is the only protocol some of our customers have) in an OS390 environment.

We write the FTP log to a MVS dataset and then in a subsequent jobstep parse this log looking to see if the transfer was successful.

If you want to go this way let me know and I can be more specific.

Jason. ]]></description>
		<content:encoded><![CDATA[<p>We use FTP to send files or pick up files (we don&#8217;t like using it but this is the only protocol some of our customers have) in an OS390 environment.</p>
<p>We write the FTP log to a MVS dataset and then in a subsequent jobstep parse this log looking to see if the transfer was successful.</p>
<p>If you want to go this way let me know and I can be more specific.</p>
<p>Jason. </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.013 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 20:43:54 -->