Page 1 of 1

Std Return Code = 10000, Error Code = 00008 in FTP.

Posted: Wed Nov 08, 2017 10:32 am
by Ashish Mathew
Hi,

For one of our FTP job we are getting an abend

Code: Select all

Std Return Code = 10000, Error Code = 00008 in FTP.
Not able to figure out it. Can someone please help.

Re: Std Return Code = 10000, Error Code = 00008 in FTP.

Posted: Wed Nov 08, 2017 6:29 pm
by Robert Sample
The 10000 means an OPEN failure occurred so the server may not be responding for some reason. You need to bookmark https://www.ibm.com/support/knowledgece ... ftpret.htm and learn to use it. The first 2 digits of the return code indicate which FTP subcommand was executing, while the next 3 digits indicate the particular response code from the remote site (if any). The error code can provide additional information for the FTP subcommand. Error code 08 means the FTP connect failed (which the manual explains as: attempt to reach unknown host, lost connection, data connect failed)