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



Thank you. Totally missed the Options Keyword.

I need another weekend.

Cyndi

-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Jon Paris
Sent: Tuesday, September 27, 2016 10:17 AM
To: Rpg400 Rpg400-L
Subject: Re: /Free coding of D specs

Well this is not how I would format it, but this is the output from Linoma’s RPG Toolbox plug-in.

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;

Your basic problem was that you omitted the "Options” keyword. The keywords from the old D-specs just move across as-is - not sure why you thought it could be omitted.

Jon Paris

www.partner400.com
www.SystemiDeveloper.com

On Sep 27, 2016, at 11:55 AM, Cyndi Bradberry <CyndiB@xxxxxxxx> wrote:

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

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

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