|
Booth's idea is ingenious, here's another. You could keep your data structure is it is, then initialize a pointer to it, and then base the array on that pointer. You could also define another based-pointer array with ASCEND, to handle that. (Added code is in-line) ----- Original Message ----- From: <CarollaT@xxxxxxxxxxxxxx> | | D DispItems DS Qualified Dim(5000) | D Insurance 5S 0 Inz(0) | D Family 9P 0 Inz(0) | D Member 2S 0 Inz(0) | D Claim 4P 0 Inz(0) | D Assigned D Inz(*Loval) ==> D p_DispItems S * inz( %addr( DispItems ) | D DispArray S 25A Dim(5000) DESCEND ===> Based( p_DispItems ) - Alan
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.