× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



And does TESTN really work against a packed decimal field that someone may
have overlaid with a character data structure? No it doesn't. DDS
defined data is amazingly simple to corrupt.

One example is simply doing something like this:
Let's say your file has a field called FileNbr. And it is packed 9,0.
These operations are legit:
BsDs DS 4A
wFileNbr like(FileNbr)

Read DDSile;
wFileNbr=FileNbr;
BsDs='AAAA'; // wFileNbr is now set to 'AAAA'
FileNbr=wFileNbr; // FileNbr is now set to 'AAAA'
Update DDSRec; // no decimal data error will be generated on this DDS
file.
// But if I had tried
Write DDLRec; // decimal data error






Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.