×
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.
Dcl-PR open Int(10) ExtProc('open');
path@ pointer Value options(*String);
oflag Int(10) Value;
mode Uns(10) Value Options(*nopass);
codepage Uns(10) Value Options(*nopass);
End-PR;
Brian.
-----Original Message-----
From: Cyndi Bradberry
Sent: Tuesday, September 27, 2016 4:55 PM
To: RPG400-L@xxxxxxxxxxxx
Subject: /Free coding of D specs
I am trying to convert to /Free in D specs and am having some issues with
the IFS Prototypes provided by Scott Klemment.
Here is my first one as provided by Scott:
D open PR 10I 0 ExtProc('open')
D path@ * Value options(*String)
D oflag 10I 0 Value
D mode 10U 0 Value Options(*nopass)
D codepage 10U 0 Value Options(*nopass)
Here is my /Free conversion.
Dcl-Pr Open Int(10) ExtProc('open') ;
path@ Pointer ;
oflag Int(10) Value ;
mode Uns(10) Value *NoPass ;
codepage Uns(10) Value *NoPass ;
End-Pr;
The *Nopass element is not valid according to my RDi, but I cannot locate an
example that shows what you do in place of the *NoPass.
Of course, I may be entirely wrong with all of this, or I should leave well
enough alone and just leave the copybooks as they were.
I appreciate directions to documentation, I enjoy reading manuals.
Thank you,
Cyndi B.
Boise, ID
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.