|
Generally, IBM is pretty good about ensuring "upwards compatibility" from one release to the next. Even if an outfile layout changes, IBM always adds any new fields to the end of the record, so old programs will continue to work, though you probably will need to issue an OVRDBF with LVLCHK(*NO) or compile the program with a version of the file that has LVLCHK(*NO) specified.
Also, if you access the *OUTFILE as a table with embedded SQL statements, instead of "native I/O" then this notion of "level checks" does not even apply. With SQL, data type compatibility checking is done on a column-by-column basis, rather than for the entire row or record (as with native I/O). Also, IBM usually leaves any unused fields in place, and they will contain blanks or zeros after a new release that no longer uses those fields.
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.