|
Bob Cozzi wrote: > Does the %STATUS value get set even if the "E" operation extender is NOT > used? > If so, does this mean we can check for error conditions without > specifying the "E" extender, but simply testing the %STATUS value > instead of the Boolean-like %ERROR? No, not if you want your program to continue without giving an exception to the user. Unless you want the exception signalled to the user, you need to code some mechanism to monitor for the possible exception, such as coding an INFSR, or coding the I/O statement within a MONITOR group, or coding the (E) extender. MONITOR is the most flexible, and you can check for particular exceptions without having to use %ERROR() or %STATUS(). Hans
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.