|
I've been using the BIFs for file I/O (with chains and writes and reads on data files) successfully for a couple of months now and I thought I'd be clever and do the same for a printer file....
c if %error
c do overflow stuff
c write (e) PrintFile
c else
c write (e) PrintFile
c endif
Actually I tried it this way too:
c write (e) PrintFile
c if %error
c do overflow stuff
c endif
Either way I get overflow errors.... I re-wrote it using the old OFLIND method without any problems.
Obviously %error doesn't work on printer files. Is there something I'm missing or a different BIF I can use?
Thanks for your time,
Jim Sneddon
AS400 RPG Programmer
Allstate Ticketing
jsneddon@allstateticketing.com
www.showtickets.com
As an Amazon Associate we earn from qualifying purchases.
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.