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

JES2/3, JCL, utilities.
Post Reply
Ashish Mathew
Registered Member
Posts: 50
Joined: Thu Jun 27, 2013 6:17 pm

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

Post 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.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1886
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

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

Post 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)
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “JCL - Job Control Language.”