×
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.
I see that now, thanks
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Barbara Morris
Sent: Friday, June 01, 2012 4:28 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: Attempting to write to IFS andmissing turkish characters
On 2012/6/1 3:14 PM, John Allen wrote:
My bad, When I changed pgm from open/create/close/open I left the
close in so I was writing to a closed file
Surprised I did not get an error, when attempting to write to closed
file??
Are you checking the return value from the write? The IFS APIs are
return-code-based rather than exception-based, so you have to detect errors
rather than handle errors.
bytes_written = write(file : buf : bytes);
if bytes_written < bytes;
... an error occurred, details are in errno
endif;
--
This is the RPG programming on the IBM i / System i (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.
--
I am using the free version of SPAMfighter.
We are a community of 7 million users fighting spam.
SPAMfighter has removed 3574 of my spam emails to date.
Get the free SPAMfighter here:
http://www.spamfighter.com/len
The Professional version does not have this message
As an Amazon Associate we earn from qualifying purchases.