|
Is there some way to proactively find these decimal data errors? For
example
run every table through the api to generate SQL
Take that generated sql and create the table in qtemp
insert into qtemp/myfile (select * from reallib/myfile)
Since DDL generated tables won't allow the insert of bad data it should
halt.
For the list of tables you may have to use QSYS2/SYSPSTAT to get the
members and control break that by table and override to each member for
the detail.
Time consuming, yes. Prohibitive on a bazillion row table, probably. But
our BPCS file library is under 2 percent of our system and our system is
just over half full. YMMV.
Or, you could submit a DCR for your desired behaviour and see if you get
it before month end.
Rob Berendt
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.