×
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.
// Open(Create) stream file
fd = open(%Addr(Filename)
: O_CREAT + O_WRONLY + O_TRUNC + O_CODEPAGE
: S_IRWXU + S_IRWXOTH : CODEPAGE);
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of
Buck Calabro
Sent: Friday, February 17, 2017 4:04 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: Question about Code pages and writing file directly to
IFS with RPG program
On 2/17/2017 3:24 PM, John Allen wrote:
Writes stream file directly to IFS (or File Server) using unlink(),
open(), write(), close()
Can you post the open() code?
The reference for this is the open() API docs:
https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/apis/open.htm
Specifically, see 'Using CCSIDs and code pages'
--
--buck
Try wiki.midrange.com!
--
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.
Help support midrange.com by shopping at amazon.com with our affiliate
link:
http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.