IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

FTP Failure Return Code 2849/Meaning


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ajlcomp

New User


Joined: 21 Jan 2009
Posts: 2
Location: Waterbury, Vermont

PostPosted: Fri May 01, 2009 7:11 am
Reply with quote

Hi!

We send a zipped file to a vendor via executing FTP in batch JCL. The job is returning a 2849 error code. The job output doesn't give anymore detail. Search this site I think I say a 2849 but not sure. With have ZOS operating system.

What does this error code mean?

Thank You
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri May 01, 2009 7:26 am
Reply with quote

Hello and welcome to the forum,

There is more information somewhere. . . You need to find this and post it.

Quote:
Search this site I think I say a 2849 but not sure.
Please clarify.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri May 01, 2009 7:43 am
Reply with quote

FTP output goes to OUTPUT DD statement. There will be a 5-digit return code, which is actually 2 digits of FTP command followed by 3 digit error code. Use BBcode and post the OUTPUT for review.

The 2849 is not quite meaningless. It is the 5-digit FTP return code, MOD 4096 to create a job return code. There can be multiple FTP return codes that map to a single job return code.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri May 01, 2009 7:48 am
Reply with quote

Checking the codes table, I see 2849 can translate to 27425 -- which is a PUT (27) for which the response was 425 -- could not open data connection. If this is a new FTP job, check for firewall issues with your site network support group. Otherwise, check to see if the server on the other side went down unexpectedly.
Back to top
View user's profile Send private message
ajlcomp

New User


Joined: 21 Jan 2009
Posts: 2
Location: Waterbury, Vermont

PostPosted: Tue May 12, 2009 8:04 pm
Reply with quote

Thanks for the replies. Our software didn't provide any further error codes that were five digits in length.

We did determine it was a connection timeout on the server at the receiver end.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue May 12, 2009 8:07 pm
Reply with quote

The five digit codes are generated by TCP/IP on a z/OS machine automatically -- check the OUTPUT DD name for the output of each command; any errors should appear there.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top