×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Cool. Another trick to add to the bag.
Kevin Bucknum
Senior Programmer Analyst
MEDDATA/MEDTRON
Tel: 985-893-2550
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of
Barbara Morris
Sent: Thursday, September 17, 2015 2:57 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: Question on socket non block read
On 9/17/2015 3:19 PM, Kevin Bucknum wrote:
The call to sys_errno is also looks to be in the wrong place. It's
being called before any operation and then being checked after the
recv.
That's ok. sys_errno returns a pointer to the "errno" variable in the
system. The returned pointer is used as a basing pointer for "err". Once
the basing pointer is set, "err" refers to the same storage as the
system's "errno" variable, so it will automatically have the current
value.
D err s 10i 0 based(p_err)
p_err = sys_errno();
--
Barbara
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To
subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.