Re: Re-entrancy problem

2010-03-22 Thread Rob Scott
Subject: Re: Re-entrancy problem The error occurred on the INITAPI Started 4 tasks 4 ATTACHES THE RETURN CODE IS THE ERRNO IS ..000E THE RETURN CODE IS THE ERRNO IS ..000E THE RETURN CODE IS THE ERRNO

Re: Re-entrancy problem

2010-03-22 Thread Joe Reichman
[mailto:ibm-m...@bama.ua.edu] On Behalf Of Rob Scott Sent: Monday, March 22, 2010 7:09 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Re-entrancy problem ERRNO of x'0E' indicates that something is wrong with with the parameter list or one of the arguments. I would advise that you double-check each argument

Re: Re-entrancy problem

2010-03-22 Thread Joe Reichman
Subject: Re: Re-entrancy problem The error occurred on the INITAPI Started 4 tasks 4 ATTACHES THE RETURN CODE IS THE ERRNO IS ..000E THE RETURN CODE IS THE ERRNO IS ..000E THE RETURN CODE IS THE ERRNO

Re: Re-entrancy problem

2010-03-21 Thread Joe Reichman
Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Rob Scott Sent: Friday, March 19, 2010 7:02 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Re-entrancy problem Joe, Can you tell us more about the failure : (1) Did it abend? If so - with what code and where (2) Did it just not POST the ECB? A few

Re: Re-entrancy problem

2010-03-19 Thread Rob Scott
Joe, Can you tell us more about the failure : (1) Did it abend? If so - with what code and where (2) Did it just not POST the ECB? A few things to check : (1) Where is MY_PARM? - is this in working storage? (2) How was MY_PARM defined? (3) What was specified on the INITAPI ? One last gotcha

Re: Re-entrancy problem

2010-03-19 Thread Sam Siegel
On Fri, Mar 19, 2010 at 10:40 AM, Joe Reichman joereich...@optonline.netwrote: Hi, The following code works (ECB is posted by TCP/IP) except when I catalouge the program RENT=(REUS) Would anybody have any ideas *-*

Re: Re-entrancy problem

2010-03-19 Thread Joe Reichman
Thankx again Rob Knew if I posted you would come up with something the ECB is only 4 bytes I know when I was coding this TCP/IP App you told me to have a stimer ECB So that EZASMI calls wouldn't hang I could then check the return code Sent from my iPhone On Mar 19, 2010, at 7:02 AM, Rob