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

EZASOCKET Return code 32509


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

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Mon May 23, 2016 4:13 pm
Reply with quote

Hi
I didn't find any other Forum to put this in, Please feel free to move to any other relevent forum.

I am using EZASOCKET module to write messages to Sockets and in WRITE I am getting following


Code:
*Function=WRITE           ,Retcode=0000032509,Errno=0000000000,Nbyte=0000032509


and the return code from that program into the calling program is 007. Anybody has any idea where to look for the Retcode=0000032509 descriptions. I tried but could not find them anywhere.

Regards
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Mon May 23, 2016 6:41 pm
Reply with quote

From the manual:
Quote:
Stream sockets act like streams of information with no boundaries separating data. For example, if a program wants to send 1000 bytes, each call to this function can send any number of bytes, up to the entire 1000 bytes. The number of bytes sent will be returned in RETCODE. Therefore, programs using stream sockets should place this call in a loop, calling this function until all data has been sent.
If this is the interface you are using, you won't find a retcode 32509 anywhere.
Back to top
View user's profile Send private message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Mon May 23, 2016 6:53 pm
Reply with quote

OK Yes, this is the same as the number of bytes sent by me. icon_sad.gif . Yes I did check, there are some Extended return codes for Sockets but those are also in 10xxx series. I will try to debug this module and try to find out the error. Thanks for that.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Mon May 23, 2016 8:08 pm
Reply with quote

What are you planning on debugging since the interface appears to be working as designed? From my earlier quote:
Quote:
Therefore, programs using stream sockets should place this call in a loop, calling this function until all data has been sent.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue May 24, 2016 11:31 am
Reply with quote

What is the EZA message id?
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