× 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.



There are also a set of include members in QRPGLESRC that have this information - Barbara Morris added them in 6.1. They all have a text description that begins with "ILE RPG VERSION OF C"

The ERRNO member in QSYSINC/QRPGLESRC has all these numbers, as well as how to get the text description that corresponds to each number.

This include member has the names of the constants for the several error conditions - so when the documentation says that errno will be EINVAL, you can just test for EINVAL and not have to know the actual integer.

Very cool! And thanks to Barbara for these additions.

Cheers
Vern

On 6/16/2016 8:42 AM, Bradley Stone wrote:
I believe it's in QSYSINC file H member ERRNO.

I don't think this is installed by default, though.

Brad
www.bvstools.com

On Thu, Jun 16, 2016 at 8:21 AM, Jim Franz <franz9000@xxxxxxxxx> wrote:

c eval fd = open(%trim(filename):
c O_CREAT+O_WRONLY+O_CODEPAGE:
c S_IRWXO+S_IRWXU+S_IRWXG:
c 819)
c if fd < 0
c callp die('open(): ' + %str(strerror(errno)))
c eval @errflag='Y'
c endif

Where can I find the list of values returned from open() so I can code for
a busy issue?
(This is early 2000's code copied from Scott's samples.

Jim Franz
--
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.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.