Hi, Jon,
In one case, you have .../Bob/... in the path, but in the other case (the SQL with the table function) you have .../bob/... in the path.
Could that be it?
Mark
On Saturday, January 24, 2026 at 07:07:24 PM EST, Jon Paris <jon.paris@xxxxxxxxxxxxxx> wrote:
I'm playing with Bob and asked him (it?) to create an RPG program to read an IFS file.
I'm familiar with all of the required APIs (or thought I was) - but the Bob program will not open the file and I'm danged if I can see why. Here's an extract of the code which demonstrates the issue.
Ctl-Opt DftActGrp(*No);
// C API Prototypes - renamed to avoid opcode conflicts
Dcl-Pr openFile Int(10) ExtProc('open');
*N Pointer Value Options(*String);
*N Int(10) Value;
*N Uns(10) Value Options(*NoPass);
*N Uns(10) Value Options(*NoPass);
End-Pr;
// Constants for open()
Dcl-C O_RDONLY 1;
Dcl-C O_TEXTDATA 16777216;
This mailing list archive is Copyright 1997-2026 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.