|
I downloaded a program called Spl2Stmf that uses the spool file API'sIFS.
to read a spool file and write an IFS file.
I'm trying to modify so I can just read the spool file in RPG to look
for some keywords.
I changed this line which wrote the STMF:
EVAL bytesw = write(fd : xbufspc_p : hptxbuflena)
To this:
String = %str(xbufspc_p : hptxbuflena);
But I only see gibberish in the String. I'm guessing that the write
command in the original example did some conversion when it wrote to the
\
Any ideas what I'm doing wrong? Maybe I need to strip out the HPT
completely as I'm just reading the spool file in the program? The
original download save file link is broken however.
http://homepage1.nifty.com/uzaemon/#download
Now that I think more this is overkill and I just need something to
open and read the spool file.
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.